Skip to content
Snippets Groups Projects
Unverified Commit dc2b81c8 authored by Mike Greiling's avatar Mike Greiling
Browse files

Move preview_markdown.js to behaviors

parent c7afb8f8
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -8,7 +8,7 @@ import installGlEmojiElement from './gl_emoji';
import './quick_submit';
import './requires_input';
import './toggler_behavior';
import '../preview_markdown';
import './preview_markdown';
 
installGlEmojiElement();
initCopyAsGFM();
Loading
Loading
import $ from 'jquery';
import Dropzone from 'dropzone';
import _ from 'underscore';
import './preview_markdown';
import './behaviors/preview_markdown';
import csrf from './lib/utils/csrf';
import axios from './lib/utils/axios_utils';
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment