facelessuser / PyMdown

CLI batch markdown converter/previewer. Wrapped around Python's Markdown Package and Pygments.
MIT License
5 stars 9 forks source link

Importing 3rd party styles and lexers proper #15

Closed facelessuser closed 10 years ago

facelessuser commented 10 years ago

Lexers and styles are now included via eggs, so they integrate as if they were part of pygments.

Hooks were written to dynamically find hidden imports or patch issues so markdown and pygments no longer need to directly be managed in the repo.