Skip to content

Commit bc207a3

Browse files
committed
Remove expandable() from configuration examples (#349)
1 parent f0479a6 commit bc207a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

input/tex/extensions/autoload.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The default autoload definitions are the following:
134134
135135
MathJax = {
136136
tex: {
137-
autoload: expandable({
137+
autoload: {
138138
action: ['toggle', 'mathtip', 'texttip'],
139139
amscd: [[], ['CD']],
140140
bbox: ['bbox'],
@@ -186,7 +186,7 @@ array. E.g., to not autoload the :ref:`tex-color` extension, use
186186
187187
MathJax = {
188188
tex: {
189-
autoload: expandable({
189+
autoload: {
190190
color: []
191191
}
192192
}
@@ -199,7 +199,7 @@ If you define your own extensions, and they have a prefix other than
199199
200200
MathJax = {
201201
tex: {
202-
autoload: expandable({
202+
autoload: {
203203
'[extensions]/myExtension' : ['myMacro', 'myOtherMacro']
204204
}
205205
}

input/tex/extensions/require.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ following values:
5959
MathJax = {
6060
tex: {
6161
require: {
62-
allow: expandable({
62+
allow: {
6363
base: false,
6464
autoload: false,
6565
configmacros: false,
6666
tagformat: false,
6767
setoptions: false,
6868
texhtml: false,
69-
}),
69+
},
7070
defaultAllow: true,
7171
prefix: 'tex'
7272
}

0 commit comments

Comments
 (0)