Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
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
- blocks
-
MNGSITE-507 Convert APT to markdown sources
- Open
- is a clone of
-
DOXIA-747 MarkdownSink: Section headings must be located at the beginning of a line
- Resolved
- links to