Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove class and id attributes from SanitizationFilter whitelistrs-disallow-id-class | Robert Speicher | 2015-05-08 | 1 | -1/+1 |
| | |||||
* | Update Markdown help docs for latest changes | Robert Speicher | 2015-05-06 | 1 | -44/+49 |
| | |||||
* | Update markdown docs with latest references | Robert Speicher | 2015-04-20 | 1 | -18/+25 |
| | | | | Also, tables! (╯°□°)╯︵ ┻━┻) | ||||
* | Add more GFM reference examples to docs | Robert Speicher | 2015-04-20 | 1 | -2/+6 |
| | |||||
* | document support for inline HTML | Ben Bodenmiller | 2015-04-11 | 1 | -3/+1 |
| | |||||
* | Merge pull request #8007 from mr-vinn/markdown-tags | Dmitriy Zaporozhets | 2015-03-25 | 1 | -0/+2 |
|\ | | | | | Allow HTML tags in user Markdown input | ||||
| * | Merge branch 'master' into markdown-tags | Vinnie Okada | 2015-03-21 | 1 | -1/+1 |
| |\ | | | | | | | | | | Merge updated CHANGELOG entries | ||||
| * | | Change HTML sanitization | Vinnie Okada | 2015-03-19 | 1 | -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-tags | Vinnie Okada | 2015-03-17 | 1 | -19/+33 |
| |\ \ | | | | | | | | | | | | | Use the latest HTML pipeline gem | ||||
| * | | | Document whitelisted HTML tags and attributes | Vinnie Okada | 2014-10-10 | 1 | -0/+59 |
| | | | | |||||
* | | | | Merge branch 'master' into 'master' | Hannes Rosenögger | 2015-03-25 | 1 | -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-breaks | Dmitri Goosens | 2014-09-17 | 1 | -3/+4 |
| | | | | |||||
* | | | | Fix link to URL auto-linking section in markdown help | Piotr Sampławski | 2015-03-19 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge branch 'enhance_markdown_linebreak_docs' into 'master' | Hannes Rosenögger | 2015-03-13 | 1 | -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 at | Ewan Edwards | 2015-02-11 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | the end of a line. | ||||
* | | | | Updated help documentation to properly reference EmojiOne. [ci skip] | Cameron Banga | 2015-03-12 | 1 | -10/+10 |
| | | | | |||||
* | | | | Change emoji cheat sheet link to Amazon S3 | Alexander Ambrose | 2015-02-11 | 1 | -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/master | Jeroen van Baarsen | 2015-02-09 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Added a note saying inline HTML is disabled by default | ||||
| * | | | Added a note saying inline HTML is disabled by default | Rens van der Heijden | 2015-01-21 | 1 | -0/+2 |
| | | | | |||||
* | | | | Merge branch 'mention-groups' | Dmitriy Zaporozhets | 2015-02-06 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG | ||||
| * | | | | Allow groups to be mentioned. | Douwe Maan | 2015-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Resolves #1673. | ||||
* | | | | | Fix a number of discovered typos, capitalization of developer and | Ewan Edwards | 2015-02-03 | 1 | -3/+3 |
|/ / / / | | | | | | | | | | | | | product names, plus a couple of instances of bad Markdown markup. | ||||
* | | | | Make all non-config/non-operational mentions of URL consistently | Ewan Edwards | 2015-01-30 | 1 | -5/+5 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | capitalized. Make the plural version consistently "URLs". Fix an instance where the article "the" before URL was missing. | ||||
* | | | Document Markdown table formatting issue | Vinnie Okada | 2014-10-11 | 1 | -0/+4 |
| |/ |/| | | | | | | | Add a note to the Markdown documentation about a quirk of Redcarpet's table parsing. | ||||
* | | Update docs for task lists | Vinnie Okada | 2014-10-05 | 1 | -0/+13 |
| | | |||||
* | | Implement cross-project Markdown references | Vinnie Okada | 2014-10-03 | 1 | -0/+6 |
|/ | | | | | Enable linking to commits, merge requests, and issues in other projects by prepending a namespaced project path to the reference. | ||||
* | Merge pull request #7420 from Razer6/mention_all_markup | Jeroen van Baarsen | 2014-08-03 | 1 | -1/+2 |
|\ | | | | | [DOC] Mention the @all GFM reference in documentation | ||||
| * | Mention the @all GFM reference | Robert Schilling | 2014-08-03 | 1 | -1/+2 |
| | | |||||
* | | Replace invalid emojis | Robert Schilling | 2014-08-03 | 1 | -10/+10 |
|/ | |||||
* | Improve markdown doc | Dmitriy Zaporozhets | 2014-07-05 | 1 | -30/+16 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Wipe wall notes feature | Dmitriy Zaporozhets | 2014-06-13 | 1 | -1/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Update docs to markdown style guide. | Ciro Santilli | 2014-06-03 | 1 | -55/+40 |
| | |||||
* | Add titles to doc pages. | Marin Jankovski | 2014-05-27 | 1 | -0/+2 |
| | |||||
* | Update markdown documentation, fix wiki spec. | Marin Jankovski | 2014-03-17 | 1 | -9/+38 |
| | |||||
* | Add information about rich text format dependencies. | dosire | 2014-02-12 | 1 | -0/+4 |
| | |||||
* | Headers have ids and link to their own id. | Ciro Santillli | 2014-02-11 | 1 | -74/+94 |
| | |||||
* | Show images as raw and update the documentation. | Marin Jankovski | 2014-01-29 | 1 | -3/+3 |
| | |||||
* | Fix Markdown help page: escape file link syntax example to leave it unprocessed | Ivan Voskoboynyk | 2013-10-30 | 1 | -1/+1 |
| | |||||
* | Fix md help table header | Dmitriy Zaporozhets | 2013-08-26 | 1 | -0/+1 |
| | |||||
* | Add test and docs for markdown tables | Dmitriy Zaporozhets | 2013-08-26 | 1 | -1/+22 |
| | |||||
* | Fix link to emoji cheat sheet | Seif Attar | 2013-07-29 | 1 | -3/+2 |
| | |||||
* | Adding detailed documentation of the markdown syntax. | Thurston Stone | 2013-06-29 | 1 | -0/+451 |
This includes standard markdown as well as GitLab extended markdown as well as references to documents used. |