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

MarkdownSink: Block elements inside list items must be separated by blank line

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.1.0
    • None
    • None

    Description

      Each block element inside a list item must be separated by a blank line and properly indented. Currently e.g. verbatim blocks inside list items are not correctly formatted though:

      If you prefer to do everything by hand from command templates, you can do either with `svn` command:
      
      - Unix:
          ```
          SVNPUBSUB=https://svn.apache.org/repos/asf/maven/website/components
      
      svn cp $SVNPUBSUB/xxx-archives/yyy-LATEST $SVNPUBSUB/xxx-archives/yyy-$version -m "Archive versioned site."
      
      svn rm $SVNPUBSUB/xxx/yyy -m "Remove old site."
      svn cp $SVNPUBSUB/xxx-archives/yyy-$version $SVNPUBSUB/xxx/yyy -m "Publish new site."
          ```
      

      What is necessary though is

      
      - Unix:
      
          ```
          SVNPUBSUB=https://svn.apache.org/repos/asf/maven/website/components
      
          svn cp $SVNPUBSUB/xxx-archives/yyy-LATEST $SVNPUBSUB/xxx-archives/yyy-$version -m "Archive versioned site."
      
          svn rm $SVNPUBSUB/xxx/yyy -m "Remove old site."
          svn cp $SVNPUBSUB/xxx-archives/yyy-$version $SVNPUBSUB/xxx/yyy -m "Publish new site."
          ```
      
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: