mirror of
https://github.com/flarum/framework.git
synced 2025-03-30 03:15:13 +08:00
mdarea: disable inlines
This was accidentially introduced when updating for v1.0.0 of the mdarea library, and causes user inconvenience. Fixes https://github.com/flarum/core/issues/2569
This commit is contained in:
parent
1df1b136aa
commit
14adb2bed1
@ -29,7 +29,8 @@ app.initializers.add('flarum-markdown', function(app) {
|
||||
this.editor = new MarkdownArea(this.$('textarea')[0], {
|
||||
keyMap: {
|
||||
indent: ['Ctrl+m'],
|
||||
outdent: ['Ctrl+M']
|
||||
outdent: ['Ctrl+M'],
|
||||
inline: []
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user