Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Commit

Permalink
feat(mathjax): enable mediawiki-texvc extension for \Euro
Browse files Browse the repository at this point in the history
  • Loading branch information
inyono committed Mar 14, 2019
1 parent 07709c2 commit b272593
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Added

- Enable `mediawiki-texvc` MathJax extension for `\Euro`

## [Build 8] - 2019-02-20

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/module/Ui/templates/layout/partials/mathjax.phtml
Expand Up @@ -50,7 +50,7 @@
},
showProcessingMessages: false,
TeX: {
extensions: ['mhchem.js']
extensions: ['mediawiki-texvc.js', 'mhchem.js']
}
});
</script>
Expand Down

0 comments on commit b272593

Please sign in to comment.