Skip to content

Instantly share code, notes, and snippets.

@ntfc
Last active January 28, 2016 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ntfc/16ebf7f85a6946a8c13b to your computer and use it in GitHub Desktop.
Save ntfc/16ebf7f85a6946a8c13b to your computer and use it in GitHub Desktop.

Issue with asciidoctor-maven-plugin

Table of Contents

Issue

Chapter

This cell is prefixed with an a so the following list is rendered with the AsciiDoc list element styles.

  • List item 1

  • List item 2

  • List item 3

This cell is not prefixed with an a so the following list is not rendered with the AsciiDoc list element styles.

* List item 1 * List item 2 * List item 3

This cell is prefixed with an a so the following paragraph is rendered with the lead style.

I am a paragraph styled with the lead attribute.

This cell is not prefixed with an a so the following paragraph is not rendered with the lead style.

[.lead] I am a paragraph styled with the lead attribute.

Source Code 1 Source Code 2
import os
print "%s" %(os.uname())
import os
print ("%s" %(os.uname()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment