Ddoc specification needed
Ali Çehreli via Digitalmars-d
digitalmars-d at puremagic.com
Wed Jan 25 11:23:49 PST 2017
On 01/25/2017 11:07 AM, Ali Çehreli wrote:
> A change in one of the recent compilers broke my use of Ddoc because
> code sections that are separated by --- now have new XML tags like
> <section class="code_listing"> which my current CSS is unaware of.
>
> What do I need to know to have complete control of the situation?
Ok, the output of 'strings dmd' shows me the following:
D_CODE =
<section class="code_listing">
<div class="code_sample">
<div class="dlang">
<ol class="code_lines">
<li><code class="code">$0</code></li>
</ol>
</div>
</div>
</section>
Instead of the documented
D_CODE = <pre class="d_code">$0</pre>
Opened issue:
https://issues.dlang.org/show_bug.cgi?id=17121
Ali
More information about the Digitalmars-d
mailing list