ietf-tools / xml2rfc

Generate RFCs and IETF drafts from document source in XML according to the IETF xml2rfc v2 and v3 vocabularies
https://ietf-tools.github.io/xml2rfc/
BSD 3-Clause "New" or "Revised" License
68 stars 38 forks source link

HTML losing marked up text in link text #636

Open ietf-svn-bot opened 3 years ago

ietf-svn-bot commented 3 years ago

type_defect | by cabo@tzi.org


(markdown:)

This uses the definitions in [Section 2 (The *Style*
of Data Structure Specification) of !RFC8610 (CDDL)].

XML:

<t>This uses the definitions in Section <xref target="RFC8610" section="2" sectionFormat="bare">The <em>Style</em> of Data Structure Specification</xref> of <xref target="RFC8610">CDDL</xref>.</t>

TXT:

   This uses the definitions in Section 2 (The _Style_ of Data Structure
   Specification) of CDDL [RFC8610].

HTML rendering (copy/paste from browser): This uses the definitions in Section 2 (The ) of CDDL [RFC8610].¶

HTML:

<p id="section-1-1">This uses the definitions in Section <span><a href="https://rfc-editor.org/rfc/rfc8610#section-2" class="relref">2</a> (<a href="https://rfc-editor.org/rfc/rfc8610#section-2" class="relref">The </a>)</span> of <span><a href="#RFC8610" class="xref">CDDL</a> [<a href="#RFC8610" class="xref">RFC8610</a>]</span>.<a href="#section-1-1" class="pilcrow">¶</a></p>

Issue migrated from trac:636 at 2022-02-08 07:15:12 +0000

ietf-svn-bot commented 3 years ago

@cabo@tzi.org _changed component from v3 vocabulary to Version_3_cli_html_

ietf-svn-bot commented 3 years ago

@cabo@tzi.org commented


Identify correct component that is broken

ietf-svn-bot commented 3 years ago

@cabo@tzi.org changed title from Losing marked up text in link text to HTML losing marked up text in link text

ietf-svn-bot commented 3 years ago

@rjsparks@nostrum.com changed status from new to accepted

cabo commented 2 years ago

Anniversary upcoming. How is losing text a "medium" bug?