HHRy / showoff2pdf

Converts ShowOff presentations to PDF documents ready to print by leveraging a custom built Markdown parser and the wonderful Prawn PDF Library.
http://ryanstenhouse.eu
MIT License
3 stars 0 forks source link

Create specific smaller isntances of the parser for specific slide types #3

Open HHRy opened 13 years ago

HHRy commented 13 years ago

In order to improve the efficiency and accuracy of the conversion between a ShowOff slide and a PDF document, mini parsers should be written specifically for the slide types which only have single purposes and aren't likely to contain other items, such as images or hyperlinks. These are:

By breaking these out it should be possible to enhance the appearance of these individual components without impacting on other parts, and will make the whole shebang a bit more testable for the future.

HHRy commented 13 years ago

Parser added for command and commandline