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
Add documentation for options
Don't stick multiple vars in the same property instantiation
Enable `Naming/QueryBoolMethods` and fix all infractions
Don't require `gfm` option for tagfilter and autolink extensions
| 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
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
+
| autolink |`Bool`| false | if **true**, more autolinks are detected, like bare email addresses or http links|
60
60
| toc |`Bool`| false |**Not supported 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