Class: Elisp::PageDelimiter

Inherits:
Object
  • Object
show all
Defined in:
lib/elisp.rb

Instance Method Summary collapse

Instance Method Details

#htmlObject



29
# File 'lib/elisp.rb', line 29

def html = "<hr>"

#pandoc_json_objectObject



30
31
32
33
34
# File 'lib/elisp.rb', line 30

def pandoc_json_object
  {
    "t": "HorizontalRule",
  }
end