Konrad Windszus created DOXIA-767:
-------------------------------------
Summary: Clarify block vs inline semantics in Sink API
Key: DOXIA-767
URL: https://issues.apache.org/jira/browse/DOXIA-767
Project: Maven Doxia
Issue Type: Task
Components: Documentation
Reporter: Konrad Windszus
The javadoc of
https://maven.apache.org/doxia/doxia/doxia-sink-api/apidocs/org/apache/maven/doxia/sink/Sink.html
should be clarified with regards to trimming whitespace behaviour for
block/inline elements. Not necessarily each block Sink element is a block
element in the desired output format (e.g. XHTML). Most prominently this is the
case with
{{Sink.verbatim(Decoration:source)}} which is a block element in Sink API but
opens an inline element ({{<pre><code>}}) in XHTML.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)