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

Add support of Python Markdown #4

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

Conversation

dyzdyz010
Copy link

Add an option of markdown package selection: Python Markdown comes out first, or markdown2 comes to work.

@rposbo
Copy link
Owner

rposbo commented May 20, 2013

Thanks for the PR - much appreciated!

A concern: you say you have to rebuild the markdown-python plugin if you restart ST? Why would you want to do that instead of just copying the markdown2 file (the one I originally have been using) into your ST plugins dir? I don't understand the benefit?

@dyzdyz010
Copy link
Author

I found that markdown2.py doesn't support ##title##-like grammar, does it?
在 2013-5-20,下午5:47,Robin Osborne [email protected] 写道:

Thanks for the PR - much appreciated!

A concern: you say you have to rebuild the markdown-python plugin if you restart ST? Why would you want to do that instead of just copying the markdown2 file (the one I originally have been using) into your ST plugins dir? I don't understand the benefit?


Reply to this email directly or view it on GitHub.

Du Yizhuo added 2 commits May 20, 2013 20:16
Title now should be specified in header; All header tags should be written in order.
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.

2 participants