Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
58b08e54
Commit
58b08e54
authored
Mar 28, 2020
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: missing footnote module in markdown editor preview
parent
3402afa0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
editor-markdown.vue
client/components/editor/editor-markdown.vue
+2
-0
definition.yml
server/modules/rendering/html-mediaplayers/definition.yml
+1
-1
definition.yml
server/modules/rendering/markdown-core/definition.yml
+1
-1
No files found.
client/components/editor/editor-markdown.vue
View file @
58b08e54
...
...
@@ -213,6 +213,7 @@ import mdAbbr from 'markdown-it-abbr'
import
mdSup
from
'markdown-it-sup'
import
mdSub
from
'markdown-it-sub'
import
mdMark
from
'markdown-it-mark'
import
mdFootnote
from
'markdown-it-footnote'
import
mdImsize
from
'markdown-it-imsize'
import
katex
from
'katex'
import
twemoji
from
'twemoji'
...
...
@@ -261,6 +262,7 @@ const md = new MarkdownIt({
.
use
(
mdSup
)
.
use
(
mdSub
)
.
use
(
mdMark
)
.
use
(
mdFootnote
)
.
use
(
mdImsize
)
// ========================================
...
...
server/modules/rendering/html-mediaplayers/definition.yml
View file @
58b08e54
...
...
@@ -2,7 +2,7 @@ key: htmlMediaplayers
title
:
Media Players
description
:
Embed players such as Youtube, Vimeo, Soundcloud, etc.
author
:
requarks.io
icon
:
mdi-
library-
video
icon
:
mdi-video
enabledDefault
:
true
dependsOn
:
htmlCore
props
:
{}
server/modules/rendering/markdown-core/definition.yml
View file @
58b08e54
...
...
@@ -4,7 +4,7 @@ description: Basic Markdown Parser
author
:
requarks.io
input
:
markdown
output
:
html
icon
:
mdi-markdown
icon
:
mdi-
language-
markdown
props
:
allowHTML
:
type
:
Boolean
...
...
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