forked from ejrbuss/markdown-to-txt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ejrbuss#2 from huy-vuong/master
Fix README.md typo for GItHub-flavoured Markdown
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] |