summaryrefslogtreecommitdiff
path: root/doc/user/markdown.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix rendering in Newline sectionEric Lindsey2019-07-251-2/+2
|
* Add whitespace back to markdown docMarcel Amirault2019-07-241-28/+34
|
* Update numbered lists for docs standardsMarcel Amirault2019-07-191-6/+8
| | | | | Ensure that all numbered lists use only 1. and no other numbers. Also ensure that numbered lists use proper spacing.
* Update markdown.md to remove typo, "test" was left in the documentationChristopher Amurao2019-07-151-1/+1
|
* Fix whitespace in user, and misc, docsMarcel Amirault2019-07-151-3/+5
| | | | | | | | | | Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items woll render as being in a code block too, even if not meant to. This fixes all these issues, and cleans up minor whitespace issues in /user, /security, /ssh and /migrate_ci_to_ce docs.
* Move the gitlab-docs project under gitlab-orgrename-gitlab-docs-repoAchilleas Pipinellis2019-07-111-1/+1
| | | | | Search and replace gitlab-com/gitlab-docs with gitlab-org/gitlab-docs. For https://gitlab.com/gitlab-com/gitlab-docs/issues/310
* Changing badges to use parentheses not bracketsMarcel Amirault2019-07-081-2/+2
| | | | | | | | | | | | | | Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
* Fix markdown to reduce number of kramdown warningsMarcel Amirault2019-07-031-1/+1
| | | | Add backticks around square brackets, or fix links, as necessary.
* Fix most bare URLs in projectEvan Read2019-07-021-38/+38
| | | | | | Linting rule not enabled for now because tooling produces false positives.
* Enforce consistent prefix for bullet listsMarcel Amirault2019-07-011-14/+14
| | | | Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
* Fix broken link in markdown docMarcel Amirault2019-06-271-2/+0
|
* Markdown doc refactor - squashedMarcel Amirault2019-06-271-674/+865
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change emoji to Gitlab rendering and fix typo Use built in renderer for math Touchups to GFM Doc and bring in suggestions from MR 22122 Fix link Add epics to align docs Add epic badge Fix dashes making accidental headers, and move wikis down, add emoji note Add section explaining GitLab markdown extensions Update to incorporate recent changes Add links rendering, fix issue rendering as color chip Add links rendering, fix issue rendering as color chip Update links to GitLab rendered version of markdown doc Separate GFM extensions, reorder list, other tweaks Update code blocks and highlighting Trying to fix improper markdown rendering Fix rendering broken by triple backticks and add emoji note testing triple tildes instead of quad backticks testing rending after mermaid Various fixes to improve markdown rendering Update markdown doc after review Fix markdown doc after review, part two fix typo in markdown doc
* Replace rendered example with imageMark Lapierre2019-06-111-1/+5
| | | | | Because the markdown wouldn't have been rendered on docs.gitlab.com
* Docs: Clean up links to remove ./ usageMarcel Amirault2019-06-051-2/+2
|
* Fix emojis URLsPaul Gascou-Vaillancourt2019-05-171-5/+5
|
* Use real mermaid for mermaid resultEvan Read2019-05-141-4/+9
|
* Docs: Merge EE doc/​user to CEMarcel Amirault2019-05-051-0/+3
|
* Docs: Add examples for linking to header IDsMarcel Amirault2019-04-091-19/+19
|
* Fix display of emoji in GFM docsEvan Read2019-03-261-9/+6
|
* Fix Emoji URLsDavid Coy2019-03-251-5/+5
|
* Remove consecutive blank lines from markdown filesEvan Read2019-02-181-10/+8
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Remove Redcarpet markdown engineJan Provaznik2019-02-041-14/+11
| | | | | This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
* emoji cheat sheet with shortcodes (#42672)Stefan Schmalzhaf2019-01-111-1/+1
|
* Add docs for frontmatter delimitersAchilleas Pipinellis2018-12-181-9/+68
|
* Updated Katex "Supported Functions" linkLorenz Schmid2018-11-261-1/+1
|
* Docs: updates docs development guidelinesMarcia Ramos2018-11-121-11/+19
|
* Little typo in markdown.mdluci2018-11-061-1/+1
|
* Docs: update GFM guideMarcia Ramos2018-10-311-46/+65
|
* docs/Tsumitsu Fix render issue in GFM documentation pagesmit_tooned2018-10-091-49/+25
|
* Resolve "CE documentation is not CommonMark compliant"Brett Walker2018-09-061-5/+5
|
* Update user markdown documentation for CommonMarkBrett Walker2018-09-061-8/+38
|
* Add note about Noto Color Emoji font support by defaultAlexander Popov2018-08-161-2/+13
| | | | | | In modern Linux distros. Source: https://www.omgubuntu.co.uk/2018/06/use-emoji-linux-ubuntu-apps
* Merge branch 'add_google_noto_color_emoji_font' into 'master'Clement Ho2018-08-131-0/+4
|\ | | | | | | | | Add Noto Color Emoji font support See merge request gitlab-org/gitlab-ce!19036
| * Add Noto Color Emoji font supportAlexander Popov2018-08-131-0/+4
| | | | | | | | | | | | | | | | This is a font from [Google](https://www.google.com/get/noto/). Arch Linux [has a recommendation of it](https://wiki.archlinux.org/index.php/fonts#Emoji_and_symbols). Add info about this into `docs/user/markdown.md#emoji`
* | Merge branch '28930-add-project-reference-filter' into 'master'Sean McGivern2018-08-101-0/+1
|\ \ | |/ |/| | | | | | | | | Resolve "GFM : provide 'project' reference in comment" Closes #28930 See merge request gitlab-org/gitlab-ce!20285
| * Add an entry about project reference linking in the markdown doc.Reuben Pereira2018-06-301-0/+1
| |
* | specify that wiki pags are rendered with RedcarpetBrett Walker2018-07-061-2/+2
|/
* enable CommonMark as the defaultBrett Walker2018-06-141-36/+59
|
* fixed typos, added text for clarifiction; markdown.mdEdwin Torres2018-06-071-12/+58
|
* Replace whitespace demonstrating line-breaks in GFM docsJonathan Duck2018-02-281-2/+6
|
* Format markdown.md to comply with what it describes.Ulf Rompe2018-02-221-2/+2
| | | | When the text says "here are two spaces to force a line break" there really should be two spaces to force a line break.
* emoji.codes is now emojicopy.comNorike Abe2018-02-191-2/+2
|
* Add Colors to GitLab Flavored MarkdownTony Rom2018-01-291-1/+40
|
* clearer-documentation-on-inline-diffsDimitrie Hoekstra2017-12-141-0/+11
|
* Add version mermaid support was introduceddocs/mermaid-gl-versionAchilleas Pipinellis2017-12-011-8/+11
|
* Add support of MermaidVitaliy @blackst0ne Klachkov2017-11-221-0/+32
|
* Demonstrate <details> and <summary> tags in doc/user/markdown.mdjej/demonstrate-details-summaryJames Edwards-Jones2017-09-151-0/+24
|
* Support references to group milestonesSean McGivern2017-08-071-3/+3
| | | | | Group milestones can only be referred to by name, not IID. They also do not support cross-project references.
* Update markdown.mdSimon Hardt2017-04-251-8/+10
|
* Update markdown.md example with asterisks and underscores for claritylm-docs-clarityLee Matos2017-03-131-1/+1
|