Skip to content

Commit 87368ae

Browse files
authored
enable myst-extensions including amsmath (#102)
1 parent 582a4e1 commit 87368ae

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

lectures/_config.yml

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ author: Thomas J. Sargent & John Stachurski
33
logo: _static/qe-logo-large.png
44
description: This website presents a set of lectures on advanced quantitative economic modeling, designed and written by Thomas J. Sargent and John Stachurski.
55

6+
parse:
7+
myst_enable_extensions:
8+
- amsmath
9+
- colon_fence
10+
- deflist
11+
- dollarmath
12+
- html_admonition
13+
- html_image
14+
- linkify
15+
- replacements
16+
- smartquotes
17+
- substitution
18+
619
execute:
720
execute_notebooks: "cache"
821
timeout: 7200 # 2 Hours

0 commit comments

Comments
 (0)