Fossil SCM
Include the '<html>' rule in the Miscellaneous section of [/md_rules].
Commit
f0fa7f21f864b6fed70aafcfbf345008062f19f815ea075608fc6325030437fa
Parent
d0491fd0b43ab25…
1 file changed
+1
+1
| --- src/markdown.md | ||
| +++ src/markdown.md | ||
| @@ -161,10 +161,11 @@ | ||
| 161 | 161 | > * **\<!--** HTML-style comments **-->** are supported. |
| 162 | 162 | > * Escape special characters (ex: **\[** **\(** **\|** **\***) |
| 163 | 163 | > using backslash (ex: **\\\[** **\\\(** **\\\|** **\\\***). |
| 164 | 164 | > * A line consisting of **---**, **\*\*\***, or **\_\_\_** is a horizontal |
| 165 | 165 | > rule. Spaces and extra **-**/**\***/**_** are allowed. |
| 166 | +> * Paragraphs enclosed in **\<html\>...\</html\>** is passed through unchanged. | |
| 166 | 167 | > * See [daringfireball.net][] for additional information. |
| 167 | 168 | > * See this page's [Markdown source](/md_rules?txt=1) for complex examples. |
| 168 | 169 | |
| 169 | 170 | ## Special Features For Fossil ## |
| 170 | 171 | |
| 171 | 172 |
| --- src/markdown.md | |
| +++ src/markdown.md | |
| @@ -161,10 +161,11 @@ | |
| 161 | > * **\<!--** HTML-style comments **-->** are supported. |
| 162 | > * Escape special characters (ex: **\[** **\(** **\|** **\***) |
| 163 | > using backslash (ex: **\\\[** **\\\(** **\\\|** **\\\***). |
| 164 | > * A line consisting of **---**, **\*\*\***, or **\_\_\_** is a horizontal |
| 165 | > rule. Spaces and extra **-**/**\***/**_** are allowed. |
| 166 | > * See [daringfireball.net][] for additional information. |
| 167 | > * See this page's [Markdown source](/md_rules?txt=1) for complex examples. |
| 168 | |
| 169 | ## Special Features For Fossil ## |
| 170 | |
| 171 |
| --- src/markdown.md | |
| +++ src/markdown.md | |
| @@ -161,10 +161,11 @@ | |
| 161 | > * **\<!--** HTML-style comments **-->** are supported. |
| 162 | > * Escape special characters (ex: **\[** **\(** **\|** **\***) |
| 163 | > using backslash (ex: **\\\[** **\\\(** **\\\|** **\\\***). |
| 164 | > * A line consisting of **---**, **\*\*\***, or **\_\_\_** is a horizontal |
| 165 | > rule. Spaces and extra **-**/**\***/**_** are allowed. |
| 166 | > * Paragraphs enclosed in **\<html\>...\</html\>** is passed through unchanged. |
| 167 | > * See [daringfireball.net][] for additional information. |
| 168 | > * See this page's [Markdown source](/md_rules?txt=1) for complex examples. |
| 169 | |
| 170 | ## Special Features For Fossil ## |
| 171 | |
| 172 |