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 `custom_markdown` #49

Open chicgeek opened 7 years ago

chicgeek commented 7 years ago

custom_markdown: (optional) this is the filename of a class that extends RedCarpet::Render::HTML class. Use this for when you need additional classes or html tags for different parts of the page. See [example_markdown_renderer.rb.example] (example_markdown_renderer.rb.example) for an example of what your class can look like.