summaryrefslogtreecommitdiff
path: root/doc/markdown
Commit message (Collapse)AuthorAgeFilesLines
* Move markdown doc to the right locationAchilleas Pipinellis2016-08-031-0/+1
| | | | [ci skip]
* Change Markdown document locationAchilleas Pipinellis2016-08-023-786/+0
|
* Merge wiki-specific Markdown in main Markdown fileAchilleas Pipinellis2016-08-022-89/+80
|
* Refactor wiki Markdown documentationAchilleas Pipinellis2016-08-021-25/+35
|
* Remove the `non-file` qualifier for root links.Timothy Andrew2016-08-021-1/+1
|
* Add help document describing wiki linking behavior.Timothy Andrew2016-08-022-0/+81
|
* Add links to the real markdown.md file for all GFM examplesAchilleas Pipinellis2016-07-241-14/+51
|
* Add note to say GFM doesn't work on documentation websiteDouwe Maan2016-07-221-0/+5
|
* Don't allow `.ogg` as a valid video extension4142-show-inline-videoRémy Coutable2016-07-211-1/+1
| | | | | | `.ogg` is for music files. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove VideoJS and clean the integrationRémy Coutable2016-07-202-0/+15
| | | | | | | | | Handle videos in: - MD preview in notes: commit, issue/MR, MR diff - New notes in: commit, issue/MR, MR diff - Persisted notes in: commit, issue/MR, MR diff Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add blockquote fence syntax to MarkdownDouwe Maan2016-07-091-1/+33
|
* optimize png images losslessly using zopflipngPeter Dave Hello2016-06-291-0/+0
|
* Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan2016-05-201-0/+14
|\ | | | | | | | | # Conflicts: # app/services/system_note_service.rb
| * Add documentation for Inline DiffRémy Coutable2016-05-181-0/+14
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'eReGeBe/gitlab-ce-feature/milestone-md' into 'master' Douwe Maan2016-05-201-14/+18
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement special GitLab markdown reference for milestones https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3453 by @eReGeBe, with two additions: - Move changelog item to 8.8 - Fix cross-project milestone ref with invalid project, like https://gitlab.com/gitlab-org/gitlab-ce/commit/f7348cd348ad8f4a18d74dd668283a4e236f5790 did for labels Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/13829 See merge request !3897
| * | Include Milestone reference syntax in Markdown documentationAlejandro Rodríguez2016-04-201-14/+18
| |/
* | Fix broken linksdoc-broken-linksAchilleas Pipinellis2016-04-191-1/+2
|/ | | | [ci skip]
* The Markdown doc is one place where trailing whitespace mattersRobert Speicher2016-04-051-4/+4
| | | | [ci skip]
* Attribution where it is due.markdown-attributionSytse Sijbrandij2016-04-051-7/+7
|
* Capitalize Rouge mentionsA. Felipe Cabargas Madrid2016-03-101-2/+2
|
* Capitalize names of technologiesA. Felipe Cabargas Madrid2016-03-101-1/+1
|
* Added redcarpet usage reference to markdown documentationA. Felipe Cabargas Madrid2016-03-101-0/+3
|
* Mention cross-project labels in markdown documentationGrzegorz Bizon2016-03-031-0/+1
|
* Add a new image in the markdown help pageAchilleas Pipinellis2016-02-112-4/+4
| | | | | | | | | | Previously we were linking directly from the public/ directory. While this worked for the GitLab help page, it was not working for doc.gitlab.com. Adding an image in a relative directory and linking from there serves both ends. [ci skip]
* Change logo image name in markdown documentationAchilleas Pipinellis2016-02-071-4/+4
| | | | [ci skip]
* Add references to the rouge gem libraryAchilleas Pipinellis2016-01-251-0/+5
| | | | [ci skip]
* Rewrite HTTP links to force TLS, where possibleAlex Jordan2015-11-161-6/+6
|
* Correct an inaccuracy in the Markdown docRobert Speicher2015-09-251-2/+2
| | | | [ci skip]
* Correct markdown.md docs RE use in commit messages.Ben Hadley-Evans2015-09-181-1/+0
| | | | | | Remove the line from the markdown documentation which states GFM can be used in commit messages as this is currently not true. See issue gitlab-org/gitlab-ce#1582. [ci skip]
* Fix in Markdown help page: properly create the link to a wiki page.Nicolas Bigaouette2015-09-161-1/+1
| | | | | | The help file on Markdown that is included with Gitlab CE (7.14.3 d321305) and also gitlab.com (see https://gitlab.com/help/markdown/markdown#links) contains a typo in the description of a link to a wiki page.
* Improve documentation of lists in MarkdownRaniere Silva2015-07-031-0/+30
|
* Document expanded autolinking in doc/markdown/markdown.mdRobert Speicher2015-05-251-6/+16
|
* 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