Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mkdocs-material
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Janne Mareike Koschinski
mkdocs-material
Commits
00ba4be6
Commit
00ba4be6
authored
May 11, 2017
by
facelessuser
Committed by
Martin Donath
May 11, 2017
Browse files
Options
Downloads
Patches
Plain Diff
Update MathJax CDN
Fixes #317
parent
5e9ee23b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/extensions/pymdown.md
+3
-3
3 additions, 3 deletions
docs/extensions/pymdown.md
with
3 additions
and
3 deletions
docs/extensions/pymdown.md
+
3
−
3
View file @
00ba4be6
...
@@ -186,7 +186,7 @@ tags on separate lines and adding new lines between the tags and the content.
...
@@ -186,7 +186,7 @@ tags on separate lines and adding new lines between the tags and the content.
### Arithmatex <small>MathJax</small>
### Arithmatex <small>MathJax</small>
<script
src=
"https://cdn
.mathjax.org
/mathjax/
latest
/MathJax.js?config=TeX-MML-AM_CHTML"
></script>
<script
src=
"https://cdn
js.cloudflare.com/ajax/libs
/mathjax/
2.7.0
/MathJax.js?config=TeX-MML-AM_CHTML"
></script>
[
Arithmatex
][
20
]
integrates Material with
[
MathJax
][
21
]
which parses
[
Arithmatex
][
20
]
integrates Material with
[
MathJax
][
21
]
which parses
block-style and inline equations written in TeX markup and outputs them in
block-style and inline equations written in TeX markup and outputs them in
...
@@ -199,7 +199,7 @@ runtime needs to be included. This must be done with
...
@@ -199,7 +199,7 @@ runtime needs to be included. This must be done with
```
yaml
```
yaml
extra_javascript:
extra_javascript:
-
'https://cdn
.mathjax.org
/mathjax/
latest
/MathJax.js?config=TeX-MML-AM_CHTML'
-
'https://cdn
js.cloudflare.com/ajax/libs
/mathjax/
2.7.0
/MathJax.js?config=TeX-MML-AM_CHTML'
```
```
If you want to override the default MathJax configuration, you can do this by
If you want to override the default MathJax configuration, you can do this by
...
@@ -234,7 +234,7 @@ In your `mkdocs.yml`, include it with:
...
@@ -234,7 +234,7 @@ In your `mkdocs.yml`, include it with:
```
yaml
```
yaml
extra_javascript:
extra_javascript:
-
'javascripts/extra.js'
-
'javascripts/extra.js'
-
'https://cdn
.mathjax.org
/mathjax/
latest
/MathJax.js?config=TeX-MML-AM_CHTML'
-
'https://cdn
js.cloudflare.com/ajax/libs
/mathjax/
2.7.0
/MathJax.js?config=TeX-MML-AM_CHTML'
```
```
[20]: https://facelessuser.github.io/pymdown-extensions/extensions/arithmatex/
[20]: https://facelessuser.github.io/pymdown-extensions/extensions/arithmatex/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment