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
| 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
58
| gfm |`Bool`| false |**Partial support**|
59
59
| autolink |`Bool`| false | if **true**, more autolinks are detected, like bare email addresses or http links. Requires `gfm` be set to `true`|
60
-
| toc |`Bool`| false | if **true**, show a svg link to the beginning of the head tag(as github markdown does). |
60
+
| toc |`Bool`| false |**Partial support**, if **true**, show only a anchor text to the beginning of the head tag(as github markdown does) for now. |
61
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