diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-08-21 11:29:27 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-08-21 11:29:27 -0700 |
| commit | 40accba747a8bbcf82260bb60316ded731233492 (patch) | |
| tree | bdebfd63ebcf9560941a9d7134bbd7742e6cea4e /test/command | |
| parent | 70329edcd7afb7b3f8f015b13ab2e734c9e31d05 (diff) | |
Typst writer: use `~` for nonbreaking space.
And escape literal `~`.
Closes #9010.
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/8966.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/8966.md b/test/command/8966.md index 6307c3478..f0c9e99e1 100644 --- a/test/command/8966.md +++ b/test/command/8966.md @@ -5,5 +5,5 @@ #strong[Samsonov T.E.] Shape-Adaptive Geometric Simplification of Heterogeneous Line Datasets / T. E. Samsonov, O. P. Yakimova \/\/ International Journal of Geographical Information Science. — 2017. — -Vol. 31. — № 8. — pp. 1485-1520. +Vol. 31. — № 8. — pp.~1485-1520. ``` |
