You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| source_pos |`Bool`| false | if **true**, source position information for block-level elements<br />will be rendered in the data-sourcepos attribute (for HTML) |
56
56
| safe |`Bool`| false | if **true**, raw HTML will not be passed through to HTML output (it will be replaced by comments) |
57
57
| prettyprint |`Bool`| false | if **true**, code tags generated by code blocks will have a `prettyprint` class added to them, to be used by [Google code-prettify](https://github.com/google/code-prettify). |
58
-
| gfm |`Bool`| false |**Not supported for now**|
58
+
| gfm |`Bool`| false |**Partial support**|
59
+
| autolink |`Bool`| false | if **true**, more autolinks are detected, like bare email addresses or http links. Requires `gfm` be set to `true`|
59
60
| toc |`Bool`| false |**Not supported for now**|
60
61
| base_url |`URI?`| nil | if not **nil**, relative URLs of links are resolved against this `URI`. It act's like HTML's `<base href="base_url">` in the context of a Markdown document. |
0 commit comments