mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-07 20:28:38 +00:00
Improve supported functions documentation (#1511)
* Remove empty lower right cells * Escape backticks(`) using <code></code> * Escape vertical bars(|) using <code> and HTML entity code * Normalize documentation links * Remove empty thead
This commit is contained in:
@@ -62,9 +62,7 @@ const siteConfig = {
|
||||
theme: 'default',
|
||||
},
|
||||
|
||||
markdownPlugins: [function(md) {
|
||||
md.use(require('./remarkableKatex'));
|
||||
}],
|
||||
markdownPlugins: [require('./remarkableKatex'), require('./empty_thead')],
|
||||
|
||||
scripts: ['https://buttons.github.io/buttons.js'],
|
||||
stylesheets: ['https://cdn.jsdelivr.net/npm/katex@0.10.0-beta/dist/katex.min.css'],
|
||||
|
Reference in New Issue
Block a user