Skip to content

Commit faefe2a

Browse files
authored
Fix PDF doc build. (#32563)
Julias Markdown treats double backticks as inline math, which makes the pdf doc build fail due to the $.
1 parent 2964312 commit faefe2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Standard library changes
3131
------------------------
3232

3333
* `Regex` can now be multiplied (`*`) and exponentiated (`^`), like strings ([#23422]).
34-
* `Cmd` interpolation (`` `$(x::Cmd) a b c` `` where) now propagates `x`'s process flags
34+
* `Cmd` interpolation (``` `$(x::Cmd) a b c` ``` where) now propagates `x`'s process flags
3535
(environment, flags, working directory, etc) if `x` is the first interpolant and errors
3636
otherwise ([#24353]).
3737
* Zero-dimensional arrays are now consistently preserved in the return values of mathematical

0 commit comments

Comments
 (0)