Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2017-04-29 16:10:38 +0100
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
92108d710dc8e2c9626d61e17fc4ee5e4f15979e
92108d71
1 parent
44347ee3
Re-enabled html in markdown editor
Fixes #378
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
resources/assets/js/directives.js
resources/assets/js/directives.js
View file @
92108d7
...
...
@@ -215,7 +215,7 @@ module.exports = function (ngApp, events) {
}
}]);
const
md
=
new
MarkdownIt
();
const
md
=
new
MarkdownIt
(
{
html
:
true
}
);
md
.
use
(
mdTasksLists
,
{
label
:
true
});
/**
...
...
Please
register
or
sign in
to post a comment