mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
8651ec3c28
New exported module Text.Pandoc.Readers.AsciiDoc, exporting readAsciiDoc [API change]. The bulk of parsing is handled by the asciidoc library. Closes #1456.
5 lines
37 B
Ruby
5 lines
37 B
Ruby
# A function
|
|
def foo
|
|
return 42
|
|
end
|