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

toMd() improved #184

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

sergey-shambir
Copy link

@sergey-shambir sergey-shambir commented May 9, 2017

Improved toMd output quality.
Regex-based converter doesn't work well on recursive nodes
like nested lists, code, etc. Now it replaced with DOM
visiting.

Please review code accurately: I'm C++ programmer and I don't know best practicies and coding style in Javascript.

Regex-based converter doesn't work well on recursive nodes
like nested lists, code, etc. Now it replaced with DOM
visiting.
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.

1 participant