packages feed

asciidoc-0.1: test/asciidoctor/inline_break/plus-sign.test

Rubies are red, +
Topazes are blue.
>>>
Document
  { docMeta =
      Meta
        { docTitle = []
        , docTitleAttributes = Nothing
        , docAuthors = []
        , docRevision = Nothing
        , docAttributes = fromList [ ( "sectids" , "" ) ]
        }
  , docBlocks =
      [ Block
          mempty
          Nothing
          (Paragraph
             [ Inline mempty (Str "Rubies are red, ")
             , Inline mempty HardBreak
             , Inline mempty (Str "Topazes are blue.")
             ])
      ]
  }