mirror of
https://github.com/markedjs/marked
synced 2024-11-22 08:12:33 +00:00
Remove inaccurate proposition on GitHub
GitHub does not, in fact, appear to break on a single line.
This commit is contained in:
parent
c71ac10d2b
commit
4e3d20db6a
@ -43,7 +43,7 @@ console.log(marked(markdownString));
|
||||
|Member |Type |Default |Since |Notes |
|
||||
|:-----------|:---------|:--------|:--------|:-------------|
|
||||
|baseUrl |`string` |`null` |0.3.9 |A prefix url for any relative link. |
|
||||
|breaks |`boolean` |`false` |v0.2.7 |If true, add `<br>` on a single line break (copies GitHub). Requires `gfm` be `true`.|
|
||||
|breaks |`boolean` |`false` |v0.2.7 |If true, add `<br>` on a single line break. Requires `gfm` be `true`.|
|
||||
|gfm |`boolean` |`true` |v0.2.1 |If true, use approved [GitHub Flavored Markdown (GFM) specification](https://github.github.com/gfm/).|
|
||||
|headerIds |`boolean` |`true` |v0.4.0 |If true, include an `id` attribute when emitting headings (h1, h2, h3, etc).|
|
||||
|headerPrefix|`string` |`''` |v0.3.0 |A string to prefix the `id` attribute when emitting headings (h1, h2, h3, etc).|
|
||||
|
Loading…
Reference in New Issue
Block a user