Add FreeBSD as identifier not needing ticks

For the doc-markdown lint.
This commit is contained in:
Thomas de Zeeuw 2021-06-09 17:16:10 +02:00
parent dd0246813f
commit 0d3f289b66
2 changed files with 2 additions and 2 deletions

View file

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

View file

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