Auto merge of #7334 - Thomasdezeeuw:freebsd-no-ticks, r=flip1995

Add FreeBSD as identifier not needing ticks

For the doc-markdown lint.

changelog: Add FreeBSD as identifier not needing ticks for ``[`doc-markdown`]`` lint.
This commit is contained in:
bors 2021-06-09 15:30:28 +00:00
commit 2464ee9284
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ define_Conf! {
"WebGL",
"TensorFlow",
"TrueType",
"iOS", "macOS",
"iOS", "macOS", "FreeBSD",
"TeX", "LaTeX", "BibTeX", "BibLaTeX",
"MinGW",
"CamelCase",

View File

@ -64,7 +64,7 @@ fn test_units() {
/// WebGL
/// TensorFlow
/// TrueType
/// iOS macOS
/// iOS macOS FreeBSD
/// TeX LaTeX BibTeX BibLaTeX
/// MinGW
/// CamelCase (see also #2395)