Infragistics / convertwire

A series of gulp tasks for converting documents to AsciiDoc
https://waffle.io/infragistics/convertwire
5 stars 2 forks source link

Lists in "In this topic" section are removed #274

Closed ig-ealbert closed 7 years ago

ig-ealbert commented 7 years ago

Lists are removed from "In this topic" sections.

Original ADOC content:

=== In this topic

* <<Ref00001, Restrictions Summary>>
* <<Ref00002, Restrict Editing>>
* <<Ref00003, Restrict Resizing>>
* <<Ref00004, Restrict Deleting>>
* <<Ref00005, Related Topics>>

HTML Content:

<div class="sect2">
<h3 id="_in_this_topic">In this topic</h3>
<div class="ulist">
<ul>
<li>
<p><a href="#Ref00001">Restrictions Summary</a></p>
</li>
<li>
<p><a href="#Ref00002">Restrict Editing</a></p>
</li>
<li>
<p><a href="#Ref00003">Restrict Resizing</a></p>
</li>
<li>
<p><a href="#Ref00004">Restrict Deleting</a></p>
</li>
<li>
<p><a href="#Ref00005">Related Topics</a></p>
</li>
</ul>
</div>
</div>

HTML to ADOC converted content:

[[_in_this_topic]]
=== In this topic

<<Ref00001,Restrictions Summary>>
<<Ref00002,Restrict Editing>>
<<Ref00003,Restrict Resizing>>
<<Ref00004,Restrict Deleting>>
<<Ref00005,Related Topics>>