Skip to content

Commit

Permalink
Update mkdocs.yml
Browse files Browse the repository at this point in the history
Fix not equal rendering.
  • Loading branch information
Jay Chen committed Jun 5, 2019
1 parent bdc794c commit fc73281
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ extra:

extra_css:
- 'css/katex.css'
- 'https://cdn.jsdelivr.net/npm/[email protected].0/dist/katex.min.css'
- 'https://cdn.jsdelivr.net/npm/[email protected].2/dist/katex.min.css'

extra_javascript:
- 'js/katex.js'
- 'https://cdn.jsdelivr.net/npm/[email protected].0/dist/katex.min.js'
- 'https://cdn.jsdelivr.net/npm/[email protected].0/dist/contrib/auto-render.min.js'
- 'https://cdn.jsdelivr.net/npm/[email protected].2/dist/katex.min.js'
- 'https://cdn.jsdelivr.net/npm/[email protected].2/dist/contrib/auto-render.min.js'

# Google Analytics
google_analytics:
Expand Down

0 comments on commit fc73281

Please sign in to comment.