Skip to content

Commit

Permalink
Fixes up whitespace problems introduced in gjtorikian#87
Browse files Browse the repository at this point in the history
  • Loading branch information
diachini committed Dec 3, 2018
1 parent 790065f commit 997f13d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -132,7 +132,7 @@ CommonMarker accepts the same options that CMark does, as symbols. Note that the
| Name | Description
| ----------------------------- | -----------
| `:DEFAULT` | The default parsing system.
| `:UNSAFE` | Allow raw/custom HTML and unsafe links. |
| `:UNSAFE` | Allow raw/custom HTML and unsafe links.
| `:FOOTNOTES` | Parse footnotes.
| `:LIBERAL_HTML_TAG` | Support liberal parsing of inline HTML tags.
| `:SMART` | Use smart punctuation (curly quotes, etc.).
Expand All @@ -144,10 +144,10 @@ CommonMarker accepts the same options that CMark does, as symbols. Note that the
| Name | Description |
| ------------------ | ----------- |
| `:DEFAULT` | The default rendering system. |
| `:UNSAFE` | Allow raw/custom HTML and unsafe links.
| `:UNSAFE` | Allow raw/custom HTML and unsafe links. |
| `:GITHUB_PRE_LANG` | Use GitHub-style `<pre lang>` for fenced code blocks. |
| `:HARDBREAKS` | Treat `\n` as hardbreaks (by adding `<br/>`). |
| `:NOBREAKS` | Translate `\n` in the source to a single whitespace. | |
| `:NOBREAKS` | Translate `\n` in the source to a single whitespace. |
| `:SOURCEPOS` | Include source position in rendered HTML. |
| `:TABLE_PREFER_STYLE_ATTRIBUTES` | Use `style` insted of `align` for table cells |
| `:FULL_INFO_STRING` | Include full info strings of code blocks in separate attribute |
Expand Down

0 comments on commit 997f13d

Please sign in to comment.