forked from go-gitea/gitea
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
goでmarkdownが変換されてるようなのでシンタックスハイライトみたいな対応の仕方が必要そう
https://github.com/yuin/goldmark
Lines 39 to 45 in c2c202d
| const $previewPanel = $form.find(`.tab.segment[data-tab="${$tabMenu.data('preview')}"]`); | |
| $previewPanel.html(data); | |
| emojify.run($previewPanel[0]); | |
| $('pre code', $previewPanel[0]).each(function () { | |
| hljs.highlightBlock(this); | |
| }); | |
| }); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels