Skip to content

Commit 35d7346

Browse files
committed
Fix Issue 18761 - Use HTML to force a newline for DDox's macro processor
1 parent e9b5041 commit 35d7346

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dlang.org.ddoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,9 @@ _=
386386
RELATIVE_LINK2=$(ALOCAL $1, $+)
387387
_=
388388

389-
RUNNABLE_EXAMPLE=$(DIVC runnable-examples, $1)
389+
RUNNABLE_EXAMPLE=<div class="runnable-examples">
390+
$1
391+
</div>
390392
RUNNABLE_EXAMPLE_STDIN=<code class="runnable-examples-stdin">$0</code>
391393
RUNNABLE_EXAMPLE_ARGS=<code class="runnable-examples-args">$0</code>
392394

0 commit comments

Comments
 (0)