- [BREAKING] remove the
Legal
&Guidebook
renderers. They were project specific and should be defined w/in their own projects. As an effect, Nokogiri is dropped as a dependency. - add BSD 3.0 license
- add a :render_with_frontmatter option
- change
docs
todoc
- add documentation on use
- [BREAKING] change to proper gem name of
mc_markdown
- fix adding {{break_quote}} from following paragraphs of blockquotes
- fix allow for multiple paragraphs within a single blockquote
- add rough xml "extension" support to links
- fix bug in arbitrary attributes that required there to be two or more
- add ability to add arbitrary attributes to images & links [#5]
- added normalize class to span2of3 for legal renderer
- allow looser set of contents for merge tags
- change to passing options to HeaderWithID, now a
header_with_id:
key and options for:slug
and:level
- abstract block parsing to Parsers & Formatters for block & short tags
- fix wistia default options
- add wistia video shorttag
- can now pass redcarpet extensions under the key
:extensions
in the render method
- image & links formatters respect
no_links
andno_images
option flags - use the extensions module on the Html renderer so it extends to the others
- support passing options to renderers
- add an html renderer that aliases redcarpet's
- add callout block formatter
- add a Renderers module, now have a class method to pull memoized instances of renderers
- reorganize a bit, moved "modules" and renamed them to "formatters"
- fix the header_with_id
- add an Extensions module for rendering modules that need extensions
- remove the bolt-on application
- loosen dependencies
- strip
<p>
tags surrounding figures
- add ability to specify classes for images/figures
- add blockquote splitting to Base
- add specs
- first version