summaryrefslogtreecommitdiff
path: root/app/helpers/gitlab_markdown_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ignore newlines per md standard.Marin Jankovski2014-03-141-2/+1
* Blob and tree gfm links to anchors work.Ciro Santillli2014-02-231-2/+5
* Headers have ids and link to their own id.Ciro Santillli2014-02-111-9/+10
* Fix markdown rendererDmitriy Zaporozhets2014-02-041-3/+11
* Improve code according to new gitlab_gitDmitriy Zaporozhets2014-02-041-2/+2
* Show images as raw and update the documentation.Marin Jankovski2014-01-291-0/+1
* Fix relative links in markdown. Related to #6182Andrey Kumanyaev2014-01-291-5/+5
* Display correct paths in markdown for reference style links.Marin Jankovski2014-01-221-6/+25
* Check on fs.Marin Jankovski2013-11-081-5/+9
* Correct check.Marin Jankovski2013-11-081-4/+7
* Links in Readme in tree view.Marin Jankovski2013-10-141-3/+10
* Cover a special case.Marin Jankovski2013-10-101-10/+33
* Added comments and split the methods further.Marin Jankovski2013-10-101-13/+46
* Rename method to avoid clashes.Marin Jankovski2013-10-091-2/+2
* Split.Marin Jankovski2013-10-091-7/+30
* Match the brackets so we don't replace the regular text.Marin Jankovski2013-10-081-2/+2
* Check for wiki.Marin Jankovski2013-10-081-2/+8
* Show links with correct ref.Marin Jankovski2013-10-081-4/+4
* Search and replace relative links in tree/readmeMarin Jankovski2013-10-081-1/+10
* Use Gitlab Markdown for Markdown files and Gollum to render the rest.Dan Knox2013-03-131-0/+8
* dont escape images inside links for gfm. Fixes #2701Dmitriy Zaporozhets2013-01-291-1/+7
* Escape text passed to gfm by link_to_gfmRobert Speicher2012-09-191-2/+2
* using blank?, much shorterVanja Radovanović2012-09-101-1/+1
* fixed commit title when commit message is an empty string and ensured that li...Vanja Radovanović2012-09-101-0/+2
* Remove unnecessary check in Markdown helperRiyad Preukschas2012-09-081-1/+1
* Move the entire `gfm` method to Gitlab::Markdown, which will be a module nowRobert Speicher2012-09-051-34/+1
* Fix glm by adding id and classes to sanitize white attrsrandx2012-09-021-1/+1
* Sanitize glm helperrandx2012-09-011-1/+1
* Split and reformat markdown options and add refs to their docs.Riyad Preukschas2012-08-271-11/+18
* Improve GFM code documentationRiyad Preukschas2012-08-231-2/+19
* GFM refactor: Move the actual parsing to a class under the Gitlab moduleRobert Speicher2012-08-141-59/+3
* GFM refactor: Update pattern to avoid an extra HTML entities checkRobert Speicher2012-08-141-7/+4