Module: Slideshow::MarkdownHelper
- Included in:
- Gen
- Defined in:
- lib/slideshow/helpers/markdown_helper.rb
Instance Method Summary collapse
Instance Method Details
#clear ⇒ Object
8 9 10 |
# File 'lib/slideshow/helpers/markdown_helper.rb', line 8 def clear "{: .clear}" end |
#s9_class(clazz) ⇒ Object
4 5 6 |
# File 'lib/slideshow/helpers/markdown_helper.rb', line 4 def s9_class( clazz ) "{: .#{clazz.strip}}" end |