packages feed

asciidoc-0.1: test/asciidoctor/inline_anchor/xref-interdoc.test

The section <<manual.adoc#page-break>> describes how to add a page break.
>>>
Document
  { docMeta =
      Meta
        { docTitle = []
        , docTitleAttributes = Nothing
        , docAuthors = []
        , docRevision = Nothing
        , docAttributes = fromList [ ( "sectids" , "" ) ]
        }
  , docBlocks =
      [ Block
          mempty
          Nothing
          (Paragraph
             [ Inline mempty (Str "The section ")
             , Inline mempty (CrossReference "manual.adoc#page-break" Nothing)
             , Inline mempty (Str " describes how to add a page break.")
             ])
      ]
  }