Module: MdxTex::CoreExt::String
- Defined in:
- lib/mdx_tex/core_ext/string.rb
Instance Method Summary collapse
Instance Method Details
#to_markdown ⇒ Object
10 11 12 |
# File 'lib/mdx_tex/core_ext/string.rb', line 10 def to_markdown MdxTex.to_markdown(textile: self) end |
#to_textile(**options) ⇒ Object
6 7 8 |
# File 'lib/mdx_tex/core_ext/string.rb', line 6 def to_textile(**) MdxTex.to_textile(markdown: self, **) end |