Commit Graph

44 Commits

Author SHA1 Message Date
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 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
Dmitriy Zaporozhets 1355ede49d
Wipe wall notes feature
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-13 14:24:54 +03:00
Ciro Santilli fd348de76d Update docs to markdown style guide. 2014-06-03 23:16:31 +02:00
Marin Jankovski f22c709539 Add titles to doc pages. 2014-05-27 14:12:15 +02:00
Marin Jankovski 656d9548bc Update markdown documentation, fix wiki spec. 2014-03-17 13:23:04 +01:00
dosire abb6204de8 Add information about rich text format dependencies. 2014-02-12 09:45:34 +01:00
Ciro Santillli 61748c993d Headers have ids and link to their own id. 2014-02-11 16:23:33 +01:00
Marin Jankovski 4f3876a2b6 Show images as raw and update the documentation. 2014-01-29 17:28:51 +01:00
Ivan Voskoboynyk 20c21b9ac4 Fix Markdown help page: escape file link syntax example to leave it unprocessed 2013-10-30 12:27:44 +02:00
Dmitriy Zaporozhets 77a9b1449e Fix md help table header 2013-08-26 15:09:33 +03:00
Dmitriy Zaporozhets 0093554ad6 Add test and docs for markdown tables 2013-08-26 15:07:07 +03:00
Seif Attar 6dfdd2ebfe Fix link to emoji cheat sheet 2013-07-29 18:08:45 +01:00
Thurston Stone 2a601d26f2 Adding detailed documentation of the markdown syntax.
This includes standard markdown as well as GitLab extended markdown as well as references to documents used.
2013-06-29 00:44:24 -05:00