Class: NotionToMd::Text
- Inherits:
-
Object
- Object
- NotionToMd::Text
- Defined in:
- lib/notion_to_md/text.rb
Class Method Summary collapse
Class Method Details
.equation(text) ⇒ Object
8 9 10 |
# File 'lib/notion_to_md/text.rb', line 8 def equation(text) "$$ #{text[:plain_text]} $$" end |
.text(text) ⇒ Object
4 5 6 |
# File 'lib/notion_to_md/text.rb', line 4 def text(text) text[:plain_text] end |