Skip to content

Commit 3150e80

Browse files
Merge pull request #93 from ralsina/update_readme
Updated options in the README
2 parents 246420c + 6b43dea commit 3150e80

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ Markd.to_html(markdown, options)
5555
| source_pos | `Bool` | false | if **true**, source position information for block-level elements<br />will be rendered in the data-sourcepos attribute (for HTML) |
5656
| safe | `Bool` | false | if **true**, raw HTML will not be passed through to HTML output (it will be replaced by comments) |
5757
| 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` |
5960
| toc | `Bool` | false | **Not supported for now** |
6061
| 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. |
6162

0 commit comments

Comments
 (0)