summaryrefslogtreecommitdiff
path: root/doc/markdown
Commit message (Collapse)AuthorAgeFilesLines
* Remove class and id attributes from SanitizationFilter whitelistrs-disallow-id-classRobert Speicher2015-05-081-1/+1
|
* Update Markdown help docs for latest changesRobert Speicher2015-05-061-44/+49
|
* Update markdown docs with latest referencesRobert Speicher2015-04-201-18/+25
| | | | Also, tables! (╯°□°)╯︵ ┻━┻)
* Add more GFM reference examples to docsRobert Speicher2015-04-201-2/+6
|
* document support for inline HTMLBen Bodenmiller2015-04-111-3/+1
|
* Merge pull request #8007 from mr-vinn/markdown-tagsDmitriy Zaporozhets2015-03-251-0/+2
|\ | | | | Allow HTML tags in user Markdown input
| * Merge branch 'master' into markdown-tagsVinnie Okada2015-03-211-1/+1
| |\ | | | | | | | | | Merge updated CHANGELOG entries
| * | Change HTML sanitizationVinnie Okada2015-03-191-58/+1
| | | | | | | | | | | | | | | Use the `SanitizationFilter` class from the html-pipeline gem for inline HTML instead of calling the Rails `sanitize` method.
| * | Merge branch 'master' into markdown-tagsVinnie Okada2015-03-171-19/+33
| |\ \ | | | | | | | | | | | | Use the latest HTML pipeline gem
| * | | Document whitelisted HTML tags and attributesVinnie Okada2014-10-101-0/+59
| | | |
* | | | Merge branch 'master' into 'master'Hannes Rosenögger2015-03-251-3/+4
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Documentation - Markdown - added missing line-break info as promised, I updated the Markdown documentation with the line-breaks info See merge request !186
| * | | how to render line-breaksDmitri Goosens2014-09-171-3/+4
| | | |
* | | | Fix link to URL auto-linking section in markdown helpPiotr Sampławski2015-03-191-1/+1
| |_|/ |/| |
* | | Merge branch 'enhance_markdown_linebreak_docs' into 'master'Hannes Rosenögger2015-03-131-0/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhance Markdown linebreak docs The "Line Breaks" section within the Markdown docs was missing an example of creating a line break within a paragraph by ending a line with two spaces. See merge request !335
| * | | Add an example of creating a line break by adding two spaces atEwan Edwards2015-02-111-0/+8
| | | | | | | | | | | | | | | | the end of a line.
* | | | Updated help documentation to properly reference EmojiOne. [ci skip]Cameron Banga2015-03-121-10/+10
| | | |
* | | | Change emoji cheat sheet link to Amazon S3Alexander Ambrose2015-02-111-2/+2
|/ / / | | | | | | | | | | | | The emoji cheat sheet link was changed. Commit changes the url to the updated link and fixes issue #8554.
* | | Merge pull request #8620 from namnatulco/masterJeroen van Baarsen2015-02-091-0/+2
|\ \ \ | | | | | | | | Added a note saying inline HTML is disabled by default
| * | | Added a note saying inline HTML is disabled by defaultRens van der Heijden2015-01-211-0/+2
| | | |
* | | | Merge branch 'mention-groups'Dmitriy Zaporozhets2015-02-061-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG
| * | | | Allow groups to be mentioned.Douwe Maan2015-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | Resolves #1673.
* | | | | Fix a number of discovered typos, capitalization of developer andEwan Edwards2015-02-031-3/+3
|/ / / / | | | | | | | | | | | | product names, plus a couple of instances of bad Markdown markup.
* | | | Make all non-config/non-operational mentions of URL consistentlyEwan Edwards2015-01-301-5/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | capitalized. Make the plural version consistently "URLs". Fix an instance where the article "the" before URL was missing.
* | | Document Markdown table formatting issueVinnie Okada2014-10-111-0/+4
| |/ |/| | | | | | | Add a note to the Markdown documentation about a quirk of Redcarpet's table parsing.
* | Update docs for task listsVinnie Okada2014-10-051-0/+13
| |
* | Implement cross-project Markdown referencesVinnie Okada2014-10-031-0/+6
|/ | | | | Enable linking to commits, merge requests, and issues in other projects by prepending a namespaced project path to the reference.
* Merge pull request #7420 from Razer6/mention_all_markupJeroen van Baarsen2014-08-031-1/+2
|\ | | | | [DOC] Mention the @all GFM reference in documentation
| * Mention the @all GFM referenceRobert Schilling2014-08-031-1/+2
| |
* | Replace invalid emojisRobert Schilling2014-08-031-10/+10
|/
* Improve markdown docDmitriy Zaporozhets2014-07-051-30/+16
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Wipe wall notes featureDmitriy Zaporozhets2014-06-131-1/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update docs to markdown style guide.Ciro Santilli2014-06-031-55/+40
|
* Add titles to doc pages.Marin Jankovski2014-05-271-0/+2
|
* Update markdown documentation, fix wiki spec.Marin Jankovski2014-03-171-9/+38
|
* Add information about rich text format dependencies.dosire2014-02-121-0/+4
|
* Headers have ids and link to their own id.Ciro Santillli2014-02-111-74/+94
|
* Show images as raw and update the documentation.Marin Jankovski2014-01-291-3/+3
|
* Fix Markdown help page: escape file link syntax example to leave it unprocessedIvan Voskoboynyk2013-10-301-1/+1
|
* Fix md help table headerDmitriy Zaporozhets2013-08-261-0/+1
|
* Add test and docs for markdown tablesDmitriy Zaporozhets2013-08-261-1/+22
|
* Fix link to emoji cheat sheetSeif Attar2013-07-291-3/+2
|
* Adding detailed documentation of the markdown syntax.Thurston Stone2013-06-291-0/+451
This includes standard markdown as well as GitLab extended markdown as well as references to documents used.