https://issues.dlang.org/show_bug.cgi?id=16186
Issue ID: 16186
Summary: [Programming in D for C Programmers] Backticks should
be escaped in explanation of raw string syntax
Product: D
Version: D2
Hardware: All
URL: http://dlang.org/
OS: All
Status: NEW
Severity: trivial
Priority: P3
Component: dlang.org
Assignee: [email protected]
Reporter: [email protected]
In the first paragraph under "The D Way" of
https://dlang.org/ctod.html#stringlit, the explanatory text uses unescaped
backticks:
usable with the $(B `foo`) and $(B r"bar") syntax:
As a result, the backticks are not displayed, and the text does not match the
accompanying code example.
--