Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0
-
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
- blocks
-
MNGSITE-507 Convert APT to markdown sources
- Open
- is duplicated by
-
DOXIA-536 AptParser does not force linebreak in Sink after a comment is written
- Closed
- relates to
-
DOXIA-536 AptParser does not force linebreak in Sink after a comment is written
- Closed
- links to