[ https://issues.apache.org/jira/browse/MSITE-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17825225#comment-17825225 ]
Konrad Windszus edited comment on MSITE-1002 at 3/11/24 9:16 AM: ----------------------------------------------------------------- Using custom HTML classes is IMHO counterintuitive and redundant. XHTML has a perfectly valid way to express both block code statements via {{<pre><code>}} and inline code statements with just {{{}code{}}}. Both are also used AFAIK when serializing APT code blocks (i.e. boxed verbatim) statements to XHTML. The additional classes just blow up the HTML unnecessarily (but they don't do any harm either). was (Author: kwin): Using custom HTML classes is IMHO counterintuitive and redundant. XHTML has a perfectly valid way to express both block code statements via {{<pre><code>}} and inline code statements with just {{code}}. Both are also used btw. to serialize APT code block (i.e. boxed verbatim) statements. The additional classes just blow up the HTML unnecessarily (but they don't do any harm either). > Maven Site 4 will break code highlight of site generated by Markdown > -------------------------------------------------------------------- > > Key: MSITE-1002 > URL: https://issues.apache.org/jira/browse/MSITE-1002 > Project: Maven Site Plugin > Issue Type: Bug > Components: doxia integration > Affects Versions: 4.0.0-M13 > Reporter: Xavi Lee > Assignee: Konrad Windszus > Priority: Major > Attachments: maven-site-3.png, maven-site-4.png, test-v3.html, > test-v4.html > > > repro repo https://github.com/awxiaoxian2020/code-render-bug > master branch is Maven Site 3 with Fluido skin 1 > v4 branch is Maven Site 4 with Fluido skin 2. > Open their respective `target/site/test.html` files in local to see the > rendered result. -- This message was sent by Atlassian Jira (v8.20.10#820010)