holography / holograph

Holograph parses the comments in your CSS and turns them into a beautiful style guide.
MIT License
8 stars 3 forks source link

Support for `code_example_renderers` #52

Open chicgeek opened 7 years ago

chicgeek commented 7 years ago

code_example_renderers: (optional) A folder that contains your custom code renderers. For example, if you want to have coffee_examples in your code, write a coffeescript renderer and place it in this folder. See #custom_code_example_renders for more inforamtion on this.

Check hologram for examples: https://github.com/trulia/hologram

chicgeek commented 7 years ago

In our notes:

Refactor markdown_renderer.js to accept custom template html_example and other templates.