Turn on -preview=markdown

This commit is contained in:
David Gileadi 2019-07-04 10:13:00 -07:00
parent 83505b04ca
commit 775bcdee51
14 changed files with 306 additions and 306 deletions

View file

@ -3586,7 +3586,7 @@ if (isConvertibleToString!Range)
$(LI `filename` must not contain any characters whose integer
representation is in the range 0-31.)
$(LI `filename` must not contain any of the following $(I reserved
characters): <>:"/\|?*)
characters): `<>:"/\|?*`)
$(LI `filename` may not end with a space ($(D ' ')) or a period
(`'.'`).)
)