Commit ccc00c39 authored by Brett Walker's avatar Brett Walker

fix CE->EE merge conflicts for markdown.md

parent b0314140
...@@ -24,10 +24,7 @@ You can use GFM in the following areas: ...@@ -24,10 +24,7 @@ You can use GFM in the following areas:
- snippets (the snippet must be named with a `.md` extension) - snippets (the snippet must be named with a `.md` extension)
- wiki pages - wiki pages
- markdown documents inside the repository (currently only rendered by Redcarpet) - markdown documents inside the repository (currently only rendered by Redcarpet)
<<<<<<< HEAD
- epics - epics
=======
>>>>>>> upstream/master
You can also use other rich text files in GitLab. You might have to install a You can also use other rich text files in GitLab. You might have to install a
dependency to do so. Please see the [github-markup gem readme](https://github.com/gitlabhq/markup#markups) for more information. dependency to do so. Please see the [github-markup gem readme](https://github.com/gitlabhq/markup#markups) for more information.
...@@ -584,11 +581,7 @@ Example: ...@@ -584,11 +581,7 @@ Example:
```no-highlight ```no-highlight
1. First ordered list item 1. First ordered list item
<<<<<<< HEAD
Second paragraph of first item.
=======
Second paragraph of first item. Second paragraph of first item.
>>>>>>> upstream/master
2. Another item 2. Another item
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment