Skip to content

Commit

Permalink
Merge pull request ejrbuss#2 from huy-vuong/master
Browse files Browse the repository at this point in the history
Fix README.md typo for GItHub-flavoured Markdown
  • Loading branch information
ejrbuss authored Jan 25, 2021
2 parents 054e3ac + cf9d831 commit 0f51959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ markdownToTxt('Some *quoted* `*code*`'); // "Some quoted *code*"
| Option | Default | Description |
|-|-|-|
| escapeHtml | `true` | Escapes HTML in the final string |
| gfp | `true` | Uses GitHub flavour markdown (passed through to marked) |
| gfm | `true` | Uses GitHub flavour markdown (passed through to marked) |
| pedantic | `false` | Conform to markdown<i></i>.pl (passed through to marked) |

## Contact

Feel free to send be bug reports or feature requests. If you are interested in my other work, checkout my [website](https://ejrbuss.net).

Email [email protected]
Email [email protected]

0 comments on commit 0f51959

Please sign in to comment.