summaryrefslogtreecommitdiff
path: root/app/helpers/gitlab_markdown_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove `random_markdown_tip` helperrs-remove-markdown-tipsRobert Speicher2016-04-091-23/+0
* Add a PreProcessPipelineRobert Speicher2016-03-021-0/+2
* Fix relative links in other markup formatsben.boeckel/gitlab-ce-fixup-links-in-generic-docsBen Boeckel2016-02-121-0/+15
* Use the WikiPipeline when rendering the wiki markdown contentDouglas Barbosa Alexandre2016-01-141-1/+1
* Merge remote-tracking branch 'origin/feature/update-rubocop'Dmitriy Zaporozhets2015-12-161-1/+2
|\
| * Fixed Rubocop offensesGabriel Mazetto2015-12-151-1/+2
* | Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan2015-12-151-3/+3
|/
* Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-11-191-1/+1
|\
| * Refactor duplciate code for groups_controller.rb and slack_service/note_messa...Dmitriy Zaporozhets2015-11-171-1/+1
| * Remove code duplication in gitlab_markdown_helper.rbDmitriy Zaporozhets2015-11-171-28/+24
* | Use Gitlab::Markdown for Asciidoc and ReferenceExtractor pipelinesDouwe Maan2015-10-141-6/+9
* | Use Gitlab::Markdown.render with :pipeline option rather than different methodsDouwe Maan2015-10-141-27/+10
|/
* Pass project to RedactorFilterDouwe Maan2015-10-131-2/+2
* Refactor reference gathering to use a dedicated filterDouwe Maan2015-10-071-3/+8
* Return strings where expectedDouwe Maan2015-10-071-2/+2
* Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-071-2/+2
|\
| * Fix link with emojiSAKATA Sinji2015-10-021-1/+1
| * Fix cases where Markdown did not render links in activity feedStan Hu2015-09-221-1/+1
| * Fix Markdown links not showing up in dashboard activity feedStan Hu2015-09-201-2/+2
* | Basic support for an Atom-specific rendering pipelineRobert Speicher2015-09-031-4/+6
* | Return early from markdown and gfm when text is emptyRobert Speicher2015-09-031-0/+4
* | Add post_process method to Gitlab::MarkdownRobert Speicher2015-09-011-2/+4
* | Remove `current_user` context from markdown and gfm helpersRobert Speicher2015-09-011-2/+0
|/
* 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
|\