Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
94d34543
Commit
94d34543
authored
Feb 29, 2020
by
Mike Jang
Committed by
Marcel Amirault
Feb 29, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HTML tags don't always work
parent
d93f21d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
26 deletions
+26
-26
doc/user/markdown.md
doc/user/markdown.md
+26
-26
No files found.
doc/user/markdown.md
View file @
94d34543
...
...
@@ -131,26 +131,26 @@ Supported formats (named colors are not supported):
Color written inside backticks will be followed by a color "chip":
```
markdown
`#F00`
`#F00A`
`#FF0000`
`#FF0000AA`
`RGB(0,255,0)`
`RGB(0%,100%,0%)`
`RGBA(0,255,0,0.3)`
`HSL(540,70%,50%)`
`HSLA(540,70%,50%,0.3)`
```
`#F00`
`#F00A`
`#FF0000`
`#FF0000AA`
`RGB(0,255,0)`
`RGB(0%,100%,0%)`
`RGBA(0,255,0,0.3)`
`HSL(540,70%,50%)`
`HSLA(540,70%,50%,0.3)`
-
`#F00`
-
`#F00A`
-
`#FF0000`
-
`#FF0000AA`
-
`RGB(0,255,0)`
-
`RGB(0%,100%,0%)`
-
`RGBA(0,255,0,0.3)`
-
`HSL(540,70%,50%)`
-
`HSLA(540,70%,50%,0.3)`
```
-
`#F00`
-
`#F00A`
-
`#FF0000`
-
`#FF0000AA`
-
`RGB(0,255,0)`
-
`RGB(0%,100%,0%)`
-
`RGBA(0,255,0,0.3)`
-
`HSL(540,70%,50%)`
-
`HSLA(540,70%,50%,0.3)`
### Diagrams and flowcharts
...
...
@@ -973,7 +973,7 @@ class for the list of allowed HTML tags and attributes. In addition to the defau
<dd>
Is something people use sometimes.
</dd>
<dt>
Markdown in HTML
</dt>
<dd>
Does *not* work **very** well. HTML
<em>
tags
</em>
will
<b>
always
</b>
work
.
</dd>
<dd>
Does *not* work **very** well. HTML
<em>
tags
</em>
will
<b>
work
</b>
, in most cases
.
</dd>
</dl>
```
...
...
@@ -982,7 +982,7 @@ class for the list of allowed HTML tags and attributes. In addition to the defau
<dd>
Is something people use sometimes.
</dd>
<dt>
Markdown in HTML
</dt>
<dd>
Does
*not*
work
**very**
well. HTML
<em>
tags
</em>
will
<b>
always
</b>
work
.
</dd>
<dd>
Does
*not*
work
**very**
well. HTML
<em>
tags
</em>
will
<b>
work
</b>
, in most cases
.
</dd>
</dl>
---
...
...
@@ -993,12 +993,12 @@ are separated into their own lines:
```
html
<dl>
<dt>
Markdown in HTML
</dt>
<dd>
Does *not* work **very** well. HTML tags will
always work
.
</dd>
<dd>
Does *not* work **very** well. HTML tags will
work, in most cases
.
</dd>
<dt>
Markdown in HTML
</dt>
<dd>
Does *not* work **very** well. HTML tags will
always work
.
Does *not* work **very** well. HTML tags will
work, in most cases
.
</dd>
</dl>
...
...
@@ -1008,12 +1008,12 @@ are separated into their own lines:
<dl>
<dt>
Markdown in HTML
</dt>
<dd>
Does
*not*
work
**very**
well. HTML tags will
always work
.
</dd>
<dd>
Does
*not*
work
**very**
well. HTML tags will
work, in most cases
.
</dd>
<dt>
Markdown in HTML
</dt>
<dd>
Does
<em>
not
</em>
work
<b>
very
</b>
well. HTML tags will
always work
.
Does
<em>
not
</em>
work
<b>
very
</b>
well. HTML tags will
work, in most cases
.
</dd>
</dl>
...
...
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