Module: MarkMaker
- Defined in:
- lib/mark_maker.rb,
lib/mark_maker/version.rb,
lib/mark_maker/generator.rb
Overview
MarkMaker is a markdown generation capability. It is intended to be very straightforward, non-tricky and easy to expand upon going forward. The intended use case is taking data from one structured format and generating markdown documents from that source in a line by line method.
Defined Under Namespace
Classes: Generator
Constant Summary collapse
- FENCE =
"```"- EMPHASIS =
"*"- VERSION =
"0.2.0"