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
1a9c2ddc
Commit
1a9c2ddc
authored
Oct 10, 2014
by
Vinnie Okada
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document whitelisted HTML tags and attributes
parent
6798a6a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
59 additions
and
0 deletions
+59
-0
markdown.md
doc/markdown/markdown.md
+59
-0
No files found.
doc/markdown/markdown.md
View file @
1a9c2ddc
...
...
@@ -438,6 +438,65 @@ You can also use raw HTML in your Markdown, and it'll mostly work pretty well.
<dd>Does *not* work **very** well. Use HTML <em>tags</em>.</dd>
</dl>
The following tags can be used:
* `<a/>`
* `<abbr/>`
* `<acronym/>`
* `<address/>`
* `<b/>`
* `<big/>`
* `<blockquote/>`
* `<br/>`
* `<cite/>`
* `<code/>`
* `<dd/>`
* `<del/>`
* `<dfn/>`
* `<div/>`
* `<dl/>`
* `<dt/>`
* `<em/>`
* `<h1/>`
* `<h2/>`
* `<h3/>`
* `<h4/>`
* `<h5/>`
* `<h6/>`
* `<hr/>`
* `<i/>`
* `<img/>`
* `<ins/>`
* `<kbd/>`
* `<li/>`
* `<ol/>`
* `<p/>`
* `<pre/>`
* `<samp/>`
* `<small/>`
* `<span/>`
* `<strong/>`
* `<sub/>`
* `<sup/>`
* `<tt/>`
* `<ul/>`
* `<var/>`
You can also use the following HTML attributes in your inline tags:
* `abbr`
* `alt`
* `cite`
* `class`
* `datetime`
* `height`
* `href`
* `name`
* `src`
* `title`
* `width`
* `xml:lang`
## Horizontal Rule
```
...
...
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