Files
pandoc/test/asciidoc-reader-include.rb
T
John MacFarlane 8651ec3c28 Add asciidoc as an input format.
New exported module Text.Pandoc.Readers.AsciiDoc,
exporting readAsciiDoc [API change].

The bulk of parsing is handled by the asciidoc library.

Closes #1456.
2025-11-29 17:04:42 +01:00

5 lines
37 B
Ruby

# A function
def foo
return 42
end