62 Commits
Author SHA1 Message Date
Douwe Maan fc1910ddc5 Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'
# Conflicts:
#	app/services/system_note_service.rb
2016-05-20 16:23:04 -05:00
Douwe Maan ba5b47c2e3 Merge branch 'eReGeBe/gitlab-ce-feature/milestone-md' into 'master'
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
2016-05-20 21:08:57 +00:00
Rémy Coutable 6daec9e6f1 Add documentation for Inline Diff
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-05-18 11:18:39 -05:00
Alejandro Rodríguez d391271047 Include Milestone reference syntax in Markdown documentation 2016-04-20 22:12:43 -03:00
Achilleas Pipinellis 03e5873ae5 Fix broken links
[ci skip]
2016-04-19 19:04:58 +03:00
Robert Speicher b8d0f17422 The Markdown doc is one place where trailing whitespace matters
[ci skip]
2016-04-05 14:06:56 -04:00
Sytse Sijbrandij 400a7b995d Attribution where it is due. 2016-04-05 13:24:58 -04:00
A. Felipe Cabargas Madrid b04020506d Capitalize Rouge mentions 2016-03-10 16:12:50 -03:00
A. Felipe Cabargas Madrid 43a4762d50 Capitalize names of technologies 2016-03-10 16:11:59 -03:00
A. Felipe Cabargas Madrid c548795084 Added redcarpet usage reference to markdown documentation 2016-03-10 16:01:58 -03:00
Grzegorz Bizon d49c8e8e3d Mention cross-project labels in markdown documentation 2016-03-03 10:41:11 +01:00
Achilleas Pipinellis db868e4bfe Add a new image in the markdown help page
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]
2016-02-11 20:37:20 +02:00
Achilleas Pipinellis ab0525eafb Change logo image name in markdown documentation
[ci skip]
2016-02-07 17:58:49 +02:00
Achilleas Pipinellis 6292ddd198 Add references to the rouge gem library
[ci skip]
2016-01-25 22:36:44 +01:00
Alex Jordan 3300db70ff Rewrite HTTP links to force TLS, where possible 2015-11-16 16:50:05 -08:00
Robert Speicher 3453b79c9d Correct an inaccuracy in the Markdown doc
[ci skip]
2015-09-25 15:44:06 -04:00
Ben Hadley-Evans 0f41417a8c Correct markdown.md docs RE use in commit messages.
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]
2015-09-18 09:35:40 +01:00
Nicolas Bigaouette 5a035238cb Fix in Markdown help page: properly create the link to a wiki page.
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.
2015-09-16 10:00:27 -04:00
Raniere Silva b348ff1a10 Improve documentation of lists in Markdown 2015-07-03 15:27:24 -03:00
Robert Speicher fdde284c97 Document expanded autolinking in doc/markdown/markdown.md 2015-05-25 16:22:46 -04:00
Robert Speicher 70bbf093aa Remove class and id attributes from SanitizationFilter whitelist 2015-05-08 12:31:34 -04:00
Robert Speicher cca28c7920 Update Markdown help docs for latest changes 2015-05-06 21:04:33 -04:00
Robert Speicher b595249462 Update markdown docs with latest references
Also, tables! (╯°□°)╯︵ ┻━┻)
2015-04-20 13:01:47 -04:00
Robert Speicher 02809e1cf8 Add more GFM reference examples to docs 2015-04-20 13:01:42 -04:00
Ben Bodenmiller efe023e795 document support for inline HTML 2015-04-11 01:38:34 -07:00
Dmitriy Zaporozhets 6199da0cb4 Merge pull request #8007 from mr-vinn/markdown-tags
Allow HTML tags in user Markdown input
2015-03-25 10:21:03 -07:00
Hannes Rosenögger de9d51eea3 Merge branch 'master' into 'master'
Documentation - Markdown - added missing line-break info

as promised, I updated the Markdown documentation with the line-breaks info

See merge request !186
2015-03-25 08:16:16 +00:00
Vinnie Okada f5e65e2e50 Merge branch 'master' into markdown-tags
Merge updated CHANGELOG entries
2015-03-21 09:03:35 -06:00
Vinnie Okada 52bf95ae38 Change HTML sanitization
Use the `SanitizationFilter` class from the html-pipeline gem for inline
HTML instead of calling the Rails `sanitize` method.
2015-03-19 21:24:07 -06:00
Piotr Sampławski 81c06ee53c Fix link to URL auto-linking section in markdown help 2015-03-19 12:59:04 +01:00
Vinnie Okada feeffc4426 Merge branch 'master' into markdown-tags
Use the latest HTML pipeline gem
2015-03-17 20:53:09 -06:00
Hannes Rosenögger 12f1a42ecc Merge branch 'enhance_markdown_linebreak_docs' into 'master'
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
2015-03-13 10:25:58 +00:00
Cameron Banga fff34a7f4d Updated help documentation to properly reference EmojiOne. [ci skip] 2015-03-12 10:49:46 -05:00
Alexander AmbroseandAlexander Ambrose e8335a65e3 Change emoji cheat sheet link to Amazon S3
The emoji cheat sheet link was changed. Commit changes the url to the
updated link and fixes issue #8554.
2015-02-11 20:02:24 -05:00
Ewan Edwards 59ebcfe0e0 Add an example of creating a line break by adding two spaces at
the end of a line.
2015-02-11 14:50:31 -08:00
Jeroen van Baarsen dc365a1d20 Merge pull request #8620 from namnatulco/master
Added a note saying inline HTML is disabled by default
2015-02-09 11:52:28 +01:00
Dmitriy Zaporozhets 89f8020fe1 Merge branch 'mention-groups'
Conflicts:
	CHANGELOG
2015-02-06 16:45:37 -08:00
Douwe Maan 9910b7ff99 Allow groups to be mentioned.
Resolves #1673.
2015-02-05 19:10:52 +01:00
Ewan Edwards ad6c372eee Fix a number of discovered typos, capitalization of developer and
product names, plus a couple of instances of bad Markdown markup.
2015-02-03 15:18:40 -08:00
Ewan Edwards e6e337088b Make all non-config/non-operational mentions of URL consistently
capitalized.

Make the plural version consistently "URLs".

Fix an instance where the article "the" before URL was missing.
2015-01-30 10:24:45 -08:00
Rens van der Heijden bfa8d573c5 Added a note saying inline HTML is disabled by default 2015-01-21 09:50:17 +01:00
Vinnie Okada 8a52ff9c29 Document Markdown table formatting issue
Add a note to the Markdown documentation about a quirk of Redcarpet's
table parsing.
2014-10-11 12:53:27 -05:00
Vinnie Okada 1a9c2ddc55 Document whitelisted HTML tags and attributes 2014-10-10 18:12:50 -05:00
Vinnie Okada 3a3b2eb33e Update docs for task lists 2014-10-05 22:15:36 -05:00
Vinnie Okada 1b1ba6b0a5 Implement cross-project Markdown references
Enable linking to commits, merge requests, and issues in other projects
by prepending a namespaced project path to the reference.
2014-10-03 12:30:20 -05:00
Dmitri Goosens fec3a34bed how to render line-breaks 2014-09-17 22:17:41 +00:00
Jeroen van Baarsen 2600d08f65 Merge pull request #7420 from Razer6/mention_all_markup
[DOC] Mention the @all GFM reference in documentation
2014-08-03 12:20:29 +02:00
Robert Schilling 4b022747f4 Mention the @all GFM reference 2014-08-03 11:56:08 +02:00
Robert Schilling dc8e6de062 Replace invalid emojis 2014-08-03 11:44:37 +02:00
Dmitriy Zaporozhets fe2cb593f9 Improve markdown doc
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-05 08:52:43 +03:00