159
160
161
162
163
164
165
166
167
168
169
170
171
172
|
> * In-line images are made using **\!\[alt-text\]\(image-URL\)**.
> * Use HTML for advanced formatting such as forms.
> * **\<!--** HTML-style comments **-->** are supported.
> * Escape special characters (ex: **\[** **\(** **\|** **\***)
> using backslash (ex: **\\\[** **\\\(** **\\\|** **\\\***).
> * A line consisting of **---**, **\*\*\***, or **\_\_\_** is a horizontal
> rule. Spaces and extra **-**/**\***/**_** are allowed.
> * See [daringfireball.net][] for additional information.
> * See this page's [Markdown source](/md_rules?txt=1) for complex examples.
## Special Features For Fossil ##
> * In hyperlinks, if the URL begins with **/** then the root of the Fossil
> repository is prepended. This allows for repository-relative hyperlinks.
|
>
|
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
|
> * In-line images are made using **\!\[alt-text\]\(image-URL\)**.
> * Use HTML for advanced formatting such as forms.
> * **\<!--** HTML-style comments **-->** are supported.
> * Escape special characters (ex: **\[** **\(** **\|** **\***)
> using backslash (ex: **\\\[** **\\\(** **\\\|** **\\\***).
> * A line consisting of **---**, **\*\*\***, or **\_\_\_** is a horizontal
> rule. Spaces and extra **-**/**\***/**_** are allowed.
> * Paragraphs enclosed in **\<html\>...\</html\>** is passed through unchanged.
> * See [daringfireball.net][] for additional information.
> * See this page's [Markdown source](/md_rules?txt=1) for complex examples.
## Special Features For Fossil ##
> * In hyperlinks, if the URL begins with **/** then the root of the Fossil
> repository is prepended. This allows for repository-relative hyperlinks.
|