Skip to content

Commit a0d5892

Browse files
committed
Update toc feature README
1 parent f666aa9 commit a0d5892

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Markd.to_html(markdown, options)
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). |
5858
| gfm | `Bool` | false | **Partial support** |
5959
| 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. |
6161
| 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. |
6262

6363
## Advanced

0 commit comments

Comments
 (0)