Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
domchristie committed Dec 19, 2017
1 parent bd67ab5 commit 855c0a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "turndown",
"description": "A library that converts HTML to Markdown",
"version": "4.0.0",
"version": "4.0.1",
"author": "Dom Christie",
"main": "lib/turndown.cjs.js",
"module": "lib/turndown.es.js",
Expand Down

4 comments on commit 855c0a4

@rdstach
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turndown is HTML > Markdown, is there any library for the complete opposite?

@IanYates
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stach - probably not the right place to put such a question... But since I happened to see it, I'd suggest you visit http://commonmark.org/ and pick a library from there :)

@domchristie
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turndown is HTML > Markdown, is there any library for the complete opposite?

Yep (and thanks @IanYates for replying): check out the commonmark JS implementations here: https://github.com/commonmark/CommonMark/wiki/List-of-CommonMark-Implementations#javascript

@domchristie
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Any further questions, please raise an issue. Thanks!)

Please sign in to comment.