mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -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
|
@ -92,7 +92,7 @@ describe('Links Intro', () => {
|
|||
.should('include', '/features#Share-Notes')
|
||||
})
|
||||
|
||||
it('MathJax', () => {
|
||||
it('KaTeX', () => {
|
||||
cy.get('i.fa-bar-chart.fa-3x')
|
||||
.click()
|
||||
cy.url()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue