mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 07:34:42 -04:00
Replace MathJax with KaTeX (#497)
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
7adb86846b
commit
ef36123377
36 changed files with 85 additions and 109 deletions
|
@ -20,7 +20,7 @@ export const FeatureLinks: React.FC = () => {
|
|||
<Link to={'/n/features#MathJax'} className="text-light">
|
||||
<ForkAwesomeIcon icon="bar-chart" size="3x"/>
|
||||
<h5>
|
||||
<Trans i18nKey="landing.intro.features.mathJax"/>
|
||||
<Trans i18nKey="landing.intro.features.katex"/>
|
||||
</h5>
|
||||
</Link>
|
||||
</Col>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue