Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to building the markdown from the htmlparser2 ast #26

Merged
merged 35 commits into from
Mar 29, 2016
Merged

Conversation

notslang
Copy link
Owner

@notslang notslang commented Mar 2, 2016

This makes it easier to switch away from marked (like #12 proposes), and allows us to convert HTML elements within markdown documents into their markdown equivalents.

@@ -10,10 +10,12 @@
"argparse": "^1.0.1",
"front-matter": "^1.0.0",
"html-entities": "^1.0.10",
"indent": "0.0.1",
"indent": "git://github.com/airportyh/indent.git",
Copy link
Owner Author

Choose a reason for hiding this comment

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

gotta remove this

@notslang notslang mentioned this pull request Mar 22, 2016
@notslang notslang merged commit 1ddb40e into master Mar 29, 2016
@notslang notslang deleted the from-html branch March 29, 2016 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant