Skip to content

Commit ce5ae09

Browse files
authored
Merge pull request #21 from sandialabs/tag-it
straggler
2 parents 54f1b64 + 26e08ad commit ce5ae09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/mdbook/book.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[book]
22
authors = ["Daniel P. Rohe", "Ryan Schultz", "Norman Hunter"]
3-
descrption = "Rattlesnake is a combined-environments, multiple input/multiple output control system for dynamic excitation of structures under test."
3+
description = "Rattlesnake is a combined-environments, multiple input/multiple output control system for dynamic excitation of structures under test."
44
language = "en"
55
multilingual = false
66
src = "src"
77
title = "Rattlesnake Vibration Controller"
88

99
# did work for local LaTeX, uses KaTeX, which is faster than MathJax
1010
[preprocessor.katex]
11-
after = ["links"]
11+
after = ["links"] # By setting after = ["links"], you ensure that link processing happens before math rendering, which is the recommended practice to prevent conflicts with special characters.
1212

1313
# reference font modifications made in the theme/custom.css file
1414
[output.html]

0 commit comments

Comments
 (0)