/asciidoc-to-googledoc

A Google Apps Script project to import an AsciiDoc into Google Docs

Primary LanguageJavaScript

asciidoc-to-googledoc

A Google Apps Script project to import an AsciiDoc into Google Docs

asciidoc syntax implemented

  1. = (title)
  2. blankline
  3. == (header 1)
  4. === (header 2)
  5. * (ordered lists is * syntax)
  6. link:http - hyperlink with no display as text
  7. *text* - (bold text is halfway working)
  8. <<< (page break)
  9. {variables} - global variable replacement