mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
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
|