CLICKHOUSE-4063: recommend markdown="1" in README.md

This commit is contained in:
Ivan Blinkov 2018-10-15 12:04:25 +03:00
parent 768c0c32bb
commit 57c9f3a97e

View File

@ -48,7 +48,7 @@ Some additional configuration has to be done to actually make new language live
* Inline piece of code is <code>&#96;in backticks&#96;</code>. * Inline piece of code is <code>&#96;in backticks&#96;</code>.
* Multiline code block are <code>&#96;&#96;&#96;in triple backtick quotes &#96;&#96;&#96;</code>. * Multiline code block are <code>&#96;&#96;&#96;in triple backtick quotes &#96;&#96;&#96;</code>.
* Brightly highlighted block of text starts with `!!! info "Header"`, on next line 4 spaces and content. Instead of `info` can be `warning`. * Brightly highlighted block of text starts with `!!! info "Header"`, on next line 4 spaces and content. Instead of `info` can be `warning`.
* Hide block to be opened by click: `<details> <summary>Header</summary> hidden content</details>`. * Hide block to be opened by click: `<details markdown="1"> <summary>Header</summary> hidden content</details>`.
* Colored text: `<span style="color: red;">text</span>`. * Colored text: `<span style="color: red;">text</span>`.
* Additional anchor to be linked to: `<a name="my_anchor"></a>`, for headers fully in English they are created automatically like `"FoO Bar" -> "foo-bar"`. * Additional anchor to be linked to: `<a name="my_anchor"></a>`, for headers fully in English they are created automatically like `"FoO Bar" -> "foo-bar"`.
* Table: * Table: