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