summaryrefslogtreecommitdiff
path: root/app/helpers/gitlab_markdown_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove PreferencesHelper include from GitlabMarkdownHelperrs-cleanup-redcarpet-rendererRobert Speicher2015-09-011-2/+0
* Make sure the `gfm` helper passes the required optionsRobert Speicher2015-08-311-1/+9
* Make `gfm` delegate to `Gitlab::Markdown.gfm` instead of `markdown`Robert Speicher2015-08-311-1/+1
* Fix context options in `markdown` helperRobert Speicher2015-08-311-5/+5
* Add a temporary `gfm` helper that just delegates to `markdown`Robert Speicher2015-08-271-0/+6
* Restore the forwarded HTML options in link_to_gfmRobert Speicher2015-08-271-0/+5
* Decouple Gitlab::Markdown from the GitlabMarkdownHelperRobert Speicher2015-08-271-24/+10
* Remove user_color_scheme_classRobert Speicher2015-08-251-1/+1
* Fixed the issuescomment-box-changesDarby2015-07-091-1/+1
* Comment box/Placeholder text redoDarby2015-07-011-1/+1
* Prefix random Markdown tips with "Tip:"rs-random-placeholder-tipRobert Speicher2015-06-241-1/+1
* Show a random Markdown tip in the textarea placeholderRobert Speicher2015-06-231-0/+23
* Add PreferencesHelper moduleRobert Speicher2015-06-131-0/+1
* Actually ignore references in code blocks etc.Douwe Maan2015-06-021-15/+12
* Fix link_to_gfm with only a reference having the incorrect linkrs-issue-1721Robert Speicher2015-05-291-3/+16
* Simplify `cross_project_reference` with `to_reference`Robert Speicher2015-05-261-7/+17
* Handle AsciiDoc better, reuse HTML pipeline filters (fixes #9263)Jakub Jirutka2015-05-181-1/+14
* Fix reference links in dashboard activity and ATOM feeds.dashboard-referencesDouwe Maan2015-05-141-6/+8
* Extract handling of relative file links to RelativeLinkFilterJakub Jirutka2015-05-111-140/+0
* Add Gitlab::Markdown::SanitizationFilterRobert Speicher2015-04-301-1/+1
* Add Gitlab::Markdown::AutolinkFilterRobert Speicher2015-04-301-3/+1
* Add Gitlab::Markdown::TableOfContentsFilterRobert Speicher2015-04-301-1/+0
* Add footnotes support to MarkdownGuillaume Delbergue2015-04-241-1/+2
* Begin cleaning out spec/helpers/gitlab_markdown_helper_specRobert Speicher2015-04-201-0/+1
* Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan2015-04-101-2/+2
* Disable RedCarpet's `escape_html` optionRobert Speicher2015-04-091-17/+21
* Merge pull request #8007 from mr-vinn/markdown-tagsDmitriy Zaporozhets2015-03-251-1/+0
|\
| * Change HTML sanitizationVinnie Okada2015-03-191-1/+1
| * Merge branch 'master' into markdown-tagsVinnie Okada2015-03-171-12/+77
| |\
| * | Allow HTML tags in user Markdown inputVinnie Okada2014-10-101-2/+1
* | | Style/RedundantReturn enabledmore-rubocop-stylesDmitriy Zaporozhets2015-03-241-2/+2
* | | Enable more rubocop style checksDmitriy Zaporozhets2015-03-241-1/+1
| |/ |/|
* | Merge branch 'markdown-smb-link' into 'master'Dmitriy Zaporozhets2015-03-121-1/+1
|\ \
| * | Allow smb:// links in Markdown text.Douwe Maan2015-03-101-1/+1
* | | Fix code preview theme setting for comments, issues, merge requests, and snip...Stan Hu2015-03-101-1/+3
|/ /
* | Fix Markdown relative links to files with anchors.Douwe Maan2015-02-181-4/+5
* | Render cross reference in issue titleDmitriy Zaporozhets2014-12-031-0/+12
* | Improve dashboard note view and add testsVinnie Okada2014-10-121-10/+25
* | Preserve link href in truncated note viewVinnie Okada2014-10-121-4/+39
|/
* Prevent 500 error on search results if description contains relative linkDmitriy Zaporozhets2014-09-231-1/+6
* Changed activity notes to display first MEANINGFUL line.uran2014-09-121-0/+8
* gfm should respect @ref value when build relative linksDmitriy Zaporozhets2014-08-061-1/+5
* Fix gitlab_markdown_helper method header typo. rquest => request.tbpgr2014-07-101-1/+1
* Improve markdown parsingDmitriy Zaporozhets2014-06-261-6/+15
* Merge pull request #7024 from skv-headless/linkto_issues_on_main_dashboardDmitriy Zaporozhets2014-06-111-1/+1
|\
| * links to issues on main dashboardskv2014-05-261-1/+1
* | Make sure slashes are handled properly.Marin Jankovski2014-05-261-0/+8
* | Do not replace links inside code blocks, less code for the same amount of work.Marin Jankovski2014-05-261-67/+42
|/
* Wiki will show relative links related to the wiki gollum repository.Marin Jankovski2014-03-171-2/+1
* Link to blob instead of linking to wiki.Marin Jankovski2014-03-171-2/+2