Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs/Tsumitsu Fix render issue in GFM documentation page | smit_tooned | 2018-10-09 | 1 | -49/+25 |
| | |||||
* | Resolve "CE documentation is not CommonMark compliant" | Brett Walker | 2018-09-06 | 1 | -5/+5 |
| | |||||
* | Update user markdown documentation for CommonMark | Brett Walker | 2018-09-06 | 1 | -8/+38 |
| | |||||
* | Add note about Noto Color Emoji font support by default | Alexander Popov | 2018-08-16 | 1 | -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 Ho | 2018-08-13 | 1 | -0/+4 |
|\ | | | | | | | | | Add Noto Color Emoji font support See merge request gitlab-org/gitlab-ce!19036 | ||||
| * | Add Noto Color Emoji font support | Alexander Popov | 2018-08-13 | 1 | -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 McGivern | 2018-08-10 | 1 | -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 Pereira | 2018-06-30 | 1 | -0/+1 |
| | | |||||
* | | specify that wiki pags are rendered with Redcarpet | Brett Walker | 2018-07-06 | 1 | -2/+2 |
|/ | |||||
* | enable CommonMark as the default | Brett Walker | 2018-06-14 | 1 | -36/+59 |
| | |||||
* | fixed typos, added text for clarifiction; markdown.md | Edwin Torres | 2018-06-07 | 1 | -12/+58 |
| | |||||
* | Replace whitespace demonstrating line-breaks in GFM docs | Jonathan Duck | 2018-02-28 | 1 | -2/+6 |
| | |||||
* | Format markdown.md to comply with what it describes. | Ulf Rompe | 2018-02-22 | 1 | -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.com | Norike Abe | 2018-02-19 | 1 | -2/+2 |
| | |||||
* | Add Colors to GitLab Flavored Markdown | Tony Rom | 2018-01-29 | 1 | -1/+40 |
| | |||||
* | clearer-documentation-on-inline-diffs | Dimitrie Hoekstra | 2017-12-14 | 1 | -0/+11 |
| | |||||
* | Add version mermaid support was introduceddocs/mermaid-gl-version | Achilleas Pipinellis | 2017-12-01 | 1 | -8/+11 |
| | |||||
* | Add support of Mermaid | Vitaliy @blackst0ne Klachkov | 2017-11-22 | 1 | -0/+32 |
| | |||||
* | Demonstrate <details> and <summary> tags in doc/user/markdown.mdjej/demonstrate-details-summary | James Edwards-Jones | 2017-09-15 | 1 | -0/+24 |
| | |||||
* | Support references to group milestones | Sean McGivern | 2017-08-07 | 1 | -3/+3 |
| | | | | | Group milestones can only be referred to by name, not IID. They also do not support cross-project references. | ||||
* | Update markdown.md | Simon Hardt | 2017-04-25 | 1 | -8/+10 |
| | |||||
* | Update markdown.md example with asterisks and underscores for claritylm-docs-clarity | Lee Matos | 2017-03-13 | 1 | -1/+1 |
| | |||||
* | SanitizationFilter allows html5 details and summary (Issue #21605) | James | 2017-03-06 | 1 | -1/+1 |
| | | | | Also adds details/summary tags to Copy-as-GFM | ||||
* | Fix most of broken docs links | Achilleas Pipinellis | 2017-02-15 | 1 | -27/+4 |
| | | | | [ci skip] | ||||
* | Merge branch 'patch-10' into 'master' | Rémy Coutable | 2017-02-08 | 1 | -17/+18 |
|\ | | | | | | | | | Show how to reference a line within a repository file. See merge request !8249 | ||||
| * | Shows how to reference a line within a repository file. | Marcel Huber | 2016-12-22 | 1 | -17/+18 |
| | | |||||
* | | fix nested tasks in ordered list | Jarka Kadlecova | 2017-01-24 | 1 | -3/+17 |
|/ | |||||
* | Render math in Asciidoc and Markdown with KaTeX using code blocks | Munken | 2016-12-14 | 1 | -0/+37 |
| | |||||
* | Merge branch 'glm-shorthand-reference' into 'master' | Sean McGivern | 2016-12-06 | 1 | -0/+12 |
|\ | | | | | | | | | | | | | GLM shorthand reference for projects from the same namespace Closes #21679 See merge request !7255 | ||||
| * | Update user markdown docs with cross-project shorthand version | Oswaldo Ferreira | 2016-12-02 | 1 | -0/+12 |
| | | |||||
* | | fix gfm doc typo about two spaces for next line transfer | Rydkin Maxim | 2016-12-03 | 1 | -2/+2 |
|/ | |||||
* | Remove ToC and fix headings in Markdown docsdocs/markdown | Achilleas Pipinellis | 2016-11-17 | 1 | -103/+53 |
| | | | | [ci skip] | ||||
* | Link to correct version of SanitizationFilter API docs for whitelist | Robert Speicher | 2016-11-14 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Document link syntax introduced by !5586document-absolute-links | Winnie | 2016-10-21 | 1 | -0/+8 |
| | |||||
* | Add footnote to Markdown docs | Ben Bodenmiller | 2016-09-28 | 1 | -0/+10 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix markdown help references | Clement Ho | 2016-08-26 | 1 | -10/+10 |
| | |||||
* | Move markdown doc to the right location | Achilleas Pipinellis | 2016-08-03 | 1 | -0/+786 |
[ci skip] |