BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
d2d634a9
Commit
d2d634a9
authored
Jan 09, 2018
by
Phil Hughes
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'move-markdown-preview' into 'master'
Remove preview_markdown from the global obj See merge request gitlab-org/gitlab-ce!16025
parents
6e932fa0
7114faf1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
1 deletion
+1
-1
index.js
app/assets/javascripts/behaviors/index.js
+1
-0
main.js
app/assets/javascripts/main.js
+0
-1
preview_markdown.js
app/assets/javascripts/preview_markdown.js
+0
-0
No files found.
app/assets/javascripts/behaviors/index.js
View file @
d2d634a9
...
...
@@ -7,6 +7,7 @@ import installGlEmojiElement from './gl_emoji';
import
'./quick_submit'
;
import
'./requires_input'
;
import
'./toggler_behavior'
;
import
'../preview_markdown'
;
installGlEmojiElement
();
initCopyAsGFM
();
...
...
app/assets/javascripts/main.js
View file @
d2d634a9
...
...
@@ -46,7 +46,6 @@ import LazyLoader from './lazy_loader';
import
'./line_highlighter'
;
import
initLogoAnimation
from
'./logo'
;
import
'./milestone_select'
;
import
'./preview_markdown'
;
import
'./projects_dropdown'
;
import
'./render_gfm'
;
import
initBreadcrumbs
from
'./breadcrumb'
;
...
...
app/assets/javascripts/preview_markdown.js
View file @
d2d634a9
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment