Integrated Showdown as a git submodule
This commit is contained in:
parent
0de7aec681
commit
c4268f6212
2 changed files with 4 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "qml/js/showdown"]
|
||||
path = qml/js/showdown
|
||||
url = git@github.com:showdownjs/showdown.git
|
|
@ -1,7 +1,7 @@
|
|||
import QtQuick 2.5
|
||||
import Sailfish.Silica 1.0
|
||||
import harbour.nextcloudnotes.note 1.0
|
||||
import "../js/showdown-1.9.0/dist/showdown.js" as ShowDown
|
||||
import "../js/showdown/dist/showdown.js" as ShowDown
|
||||
|
||||
Dialog {
|
||||
id: noteDialog
|
||||
|
|
Loading…
Reference in a new issue