mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
internal/warpc: Enable KaTeX mhchem extension
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
5dd0ba00f7
commit
503dcf6252
@@ -1,5 +1,6 @@
|
||||
import { readInput, writeOutput } from './common';
|
||||
import katex from 'katex';
|
||||
import 'katex/contrib/mhchem/mhchem.js';
|
||||
|
||||
const render = function (input) {
|
||||
const data = input.data;
|
||||
|
Reference in New Issue
Block a user