Konrad Windszus created DOXIA-715: ------------------------------------- Summary: Sink.text(String, SinkEventAttributes) not properly supported by AptSink and MarkdownSink Key: DOXIA-715 URL: https://issues.apache.org/jira/browse/DOXIA-715 Project: Maven Doxia Issue Type: Bug Components: Core Affects Versions: 2.0.0-M7 Reporter: Konrad Windszus Assignee: Konrad Windszus Fix For: 2.0.0-M8, 2.0.0
All attributes passed as second argument to {{Sink.text(String, SinkEventAttributes)}} are just silently disregarded in https://github.com/apache/maven-doxia/blob/336a9a4030980809814783ce30197acc5f42c9a2/doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/Xhtml5BaseSink.java#L1802. Instead attributes like Semantics.STRONG should be supported also here (i.e. its semantics should be similar to {{inline(SinkEventAttributes)}} -- This message was sent by Atlassian Jira (v8.20.10#820010)