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
      10 11 12  | 
    
      # File 'lib/notion_to_md/text.rb', line 10 def equation(text) "$`#{text[:plain_text]}`$" end  | 
  
.text(text) ⇒ Object
      6 7 8  | 
    
      # File 'lib/notion_to_md/text.rb', line 6 def text(text) text[:plain_text] end  |