[
https://issues.apache.org/jira/browse/DOXIA-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15107049#comment-15107049
]
Christian Schulte commented on DOXIA-538:
-----------------------------------------
{code:xml}
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
{code}
Doxia currently does not produce HTML5.
{code}
<pre></pre>
{code}
would be a better replacement for
{code}
<tt></tt>
{code}
IMHO.
> Tag <tt></tt> used for monospaced is not a valid html5 tag
> ----------------------------------------------------------
>
> Key: DOXIA-538
> URL: https://issues.apache.org/jira/browse/DOXIA-538
> Project: Maven Doxia
> Issue Type: Bug
> Components: Core, Module - Xdoc, Module - Xhtml
> Affects Versions: 1.6
> Reporter: Ievgen Degtiarenko
> Attachments: monospaced_for_doxia.patch
>
>
> https://maven.apache.org/doxia/references/apt-format.html
> <<<Monospaced>>> is converted into <tt>Monospaced</tt> that is not valid tag
> in html5
> Attached patch replaces <tt> tag with <kbd> that is the most common tag that
> is displayed as monospaced text in modern browsers.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)