Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
terrylinooo committed Dec 21, 2018
1 parent f11c496 commit 1e335b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/githuber-md.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $(function() {
editorTheme: config.editor_editor_theme,
tocContainer: (config.support_toc === 'yes') ? '' : false,
emoji: (config.support_emoji == 'yes'),
tex: (config.support_latex == 'yes'),
tex: (config.support_katex == 'yes'),
flowChart: (config.support_flowchart == 'yes'),
sequenceDiagram: (config.support_sequence_diagram == 'yes'),
taskList: (config.support_task_list == 'yes'),
Expand Down

0 comments on commit 1e335b9

Please sign in to comment.