]> BookStack Code Mirror - bookstack/commit
Got underline working in editor
authorDan Brown <redacted>
Mon, 10 Jan 2022 13:38:32 +0000 (13:38 +0000)
committerDan Brown <redacted>
Mon, 10 Jan 2022 13:38:32 +0000 (13:38 +0000)
commita8f48185b51974bdd8f898f3a6b0df1b7763cb69
treec2f4b98c457fa30c81cd7a5d8a487053be3350e0
parent9d7174557e8f5932f1214119e552accaa1ca40c2
Got underline working in editor

Major step, since this is the first inline HTML element which needed
advanced parsing out on the markdown side, since not commonmark
supported.
package.json
resources/js/editor/MarkdownView.js
resources/js/editor/markdown-parser.js
resources/js/editor/markdown-serializer.js
resources/js/editor/menu/index.js
resources/js/editor/schema.js
resources/js/editor/util.js
resources/views/editor-test.blade.php