[ https://issues.apache.org/jira/browse/DOXIA-715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Konrad Windszus resolved DOXIA-715. ----------------------------------- Fix Version/s: 2.0.0 2.0.0-M9 Resolution: Fixed Fixed in https://github.com/apache/maven-doxia/commit/3bebd9b3407f3f3b6c4e883703ad57952a85fb67. > 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-M8 > Reporter: Konrad Windszus > Assignee: Konrad Windszus > Priority: Major > Fix For: 2.0.0, 2.0.0-M9 > > > All attributes passed as second argument to {{Sink.text(String, > SinkEventAttributes)}} are just silently disregarded in > * > https://github.com/apache/maven-doxia/blob/ef41ffaa282ba5ff19548f09979bcc3febf0feaa/doxia-modules/doxia-module-apt/src/main/java/org/apache/maven/doxia/module/apt/AptSink.java#L810 > and > * > https://github.com/apache/maven-doxia/blob/ef41ffaa282ba5ff19548f09979bcc3febf0feaa/doxia-modules/doxia-module-markdown/src/main/java/org/apache/maven/doxia/module/markdown/MarkdownSink.java#L688 > 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)