BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
d79f3957
Commit
d79f3957
authored
Mar 28, 2018
by
Clement Ho
Committed by
Mike Greiling
Mar 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use katex min css
parent
fe5f7390
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
render_math.js
app/assets/javascripts/behaviors/markdown/render_math.js
+1
-1
webpack.config.js
config/webpack.config.js
+1
-1
No files found.
app/assets/javascripts/behaviors/markdown/render_math.js
View file @
d79f3957
...
...
@@ -31,7 +31,7 @@ export default function renderMath($els) {
if
(
!
$els
.
length
)
return
;
Promise
.
all
([
import
(
/* webpackChunkName: 'katex' */
'katex'
),
import
(
/* webpackChunkName: 'katex' */
'katex/dist/katex.css'
),
import
(
/* webpackChunkName: 'katex' */
'katex/dist/katex.
min.
css'
),
]).
then
(([
katex
])
=>
{
renderWithKaTeX
(
$els
,
katex
);
}).
catch
(()
=>
flash
(
__
(
'An error occurred while rendering KaTeX'
)));
...
...
config/webpack.config.js
View file @
d79f3957
...
...
@@ -104,7 +104,7 @@ const config = {
},
},
{
test
:
/katex.css$/
,
test
:
/katex.
min.
css$/
,
include
:
/node_modules
\/
katex
\/
dist/
,
use
:
[
{
loader
:
'style-loader'
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment