Uploaded image for project: 'Maven Doxia'
  1. Maven Doxia
  2. DOXIA-746

MarkdownSink: Comment missing EOLs

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.0
    • 2.1.0
    • Module - Markdown
    • None

    Description

      The sink API is not clear about whether comments are block or inline elements (although never rendered the question is how they should appear in the markup sources)

      In APT comments always end with the line ending (as there is no dedicated end comment delimiter).
      OTOH in markdown/html they have a dedicated end character.

      Currently two consecutive comments in APT are emitted as

      sink.comment("comment1")
      sink.comment("comment2")
      

      In APT they are separated by newlines but in Sink API and Markdown/HTML they are not.

      Attachments

        Issue Links

          Activity

            People

              kwin Konrad Windszus
              kwin Konrad Windszus
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: