[latex3-commits] [git/LaTeX3-latex3-babel] docs: Fix raw code. (e4a8754)
Javier
email at dante.de
Tue Jul 19 17:19:14 CEST 2022
Repository : https://github.com/latex3/babel
On branch : docs
Link : https://github.com/latex3/babel/commit/e4a8754ea4bde69add89f1ef85255f69d0bec1b6
>---------------------------------------------------------------
commit e4a8754ea4bde69add89f1ef85255f69d0bec1b6
Author: Javier <email at localhost>
Date: Tue Jul 19 17:19:14 2022 +0200
Fix raw code.
>---------------------------------------------------------------
e4a8754ea4bde69add89f1ef85255f69d0bec1b6
docs/guides/old-and-deprecated-functions.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/guides/old-and-deprecated-functions.md b/docs/guides/old-and-deprecated-functions.md
index 7e493d5..50340bc 100644
--- a/docs/guides/old-and-deprecated-functions.md
+++ b/docs/guides/old-and-deprecated-functions.md
@@ -15,6 +15,7 @@ have been removed. A short description follows, for reference:
\babelFSfeatures{turkish}{Language=Turkish}
```
And the code, just in case you need it for some reason:
+{% raw %}
```tex
\newcommand\babelFSstore[2][]{%
\bbl at ifblank{#1}%
@@ -56,6 +57,7 @@ And the code, just in case you need it for some reason:
\babel at save\bbl at langfeatures
\edef\bbl at langfeatures{#2,}}}
```
+{% endraw %}
More information about the latex3-commits
mailing list.