Class: Flutterby::MarkdownFormatter
- Inherits:
-
Slodown::Formatter
- Object
- Slodown::Formatter
- Flutterby::MarkdownFormatter
- Defined in:
- lib/flutterby/markdown_formatter.rb
Instance Method Summary collapse
Instance Method Details
#complete ⇒ Object
5 6 7 |
# File 'lib/flutterby/markdown_formatter.rb', line 5 def complete markdown.autolink.sanitize end |
#kramdown_options ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/flutterby/markdown_formatter.rb', line 9 def { input: "GFM", syntax_highlighter: nil, syntax_highlighter_opts: { } } end |