-
Notifications
You must be signed in to change notification settings - Fork 453
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
Markdown support #93
Comments
Thanks for posting a potential solution using This would not be very hard to do at all given we already have a |
You are very welcome. Let me know if there are any questions about using $ pandoc -f markdown -t markdown -o index_new.md index.md |
Reading in and out from file would be better than stdin and stdout. |
OK, I will give that a shot. |
Gave that a shot and (to my surprise) succeeded. Please test the referenced pull request. |
Published to v0.12.0 |
If you want to get rid of the pandoc dep, I wrote a markdown beautifier in pure JS: https://github.com/slang800/tidy-markdown (so it can be required via npm) |
Awesome! Could you open an issue for this? I'd like to add support for tidy-markdown for Atom Beautify v1.0 😃 |
gladly! ref: #292 |
Currently Atom Beautify displays an error, when opening a markdown file:
It would be nice to have Atom Beautify normalize Markdown. That could be done using pandoc as suggested in another repo:
The text was updated successfully, but these errors were encountered: