Skip to content

Commit a852806

Browse files
authored
[spec/ddoc] Macros are expanded inside backticks (#3587)
This is the behaviour of ddoc and ddox. (See dlang/phobos#8739 (comment)).
1 parent 5e4d15b commit a852806

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/ddoc.dd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,8 @@ $(P
499499
to the syntax used on GitHub, Reddit, Stack Overflow, and other websites. Both
500500
the opening and closing `$(BACKTICK)` character must appear on the same line to trigger this
501501
behavior.
502+
Note that macros are still expanded inside backticks. See also
503+
$(RELATIVE_LINK2 punctuation_escapes, escaping).
502504
)
503505

504506
$(P

0 commit comments

Comments
 (0)