An error occurred fetching the project authors.
- 09 Aug, 2016 1 commit
-
-
tiagonbotelho authored
-
- 09 Jun, 2016 1 commit
-
-
Timothy Andrew authored
- Need to pass in a `page_slug` to the filter, so it can rewrite based on the current page (all links are rewritten to the level of the app root). - The earlier `markdown_preview` endpoint was at the level of the wiki. We need to know the current page (for rewriting, as above), so this commit moves the endpoint to the level of a wiki page. - Fix all tests
-
- 10 Apr, 2016 1 commit
-
-
Robert Speicher authored
Only usage got removed in !3442
-
- 13 Feb, 2016 1 commit
-
-
Robert Speicher authored
-
- 14 Jan, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 07 Oct, 2015 1 commit
-
-
Douwe Maan authored
-
- 01 Oct, 2015 1 commit
-
-
SAKATA Sinji authored
-
- 23 Sep, 2015 1 commit
-
-
Stan Hu authored
HTML would be stripped in `truncate_if_block` when a comment had multiple lines and the first wasn't long enough to be truncated. The use of `node.content` would strip all HTML tags. Using `node.inner_html` retains these tags and puts the "..." in between paragraph tags. Closes #2586
-
- 20 Sep, 2015 1 commit
-
-
Stan Hu authored
Closes #2586
-
- 01 Sep, 2015 1 commit
-
-
Robert Speicher authored
-
- 31 Aug, 2015 1 commit
-
-
Robert Speicher authored
-
- 27 Aug, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
This module is now the sole source of knowledge for *how* we render Markdown (and GFM).
-
- 09 Jul, 2015 1 commit
-
-
Darby authored
-
- 01 Jul, 2015 1 commit
-
-
Darby authored
-
- 24 Jun, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- 29 May, 2015 1 commit
-
-
Robert Speicher authored
Closes #1721
-
- 26 May, 2015 1 commit
-
-
Robert Speicher authored
-
- 18 May, 2015 1 commit
-
-
Jakub Jirutka authored
-
- 14 May, 2015 1 commit
-
-
Douwe Maan authored
-
- 12 May, 2015 1 commit
-
-
Jakub Jirutka authored
-
- 06 May, 2015 1 commit
-
-
Robert Speicher authored
-
- 30 Apr, 2015 3 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
This just extends the HTML::Pipeline::SanitizationFilter with our custom whitelist.
-
Robert Speicher authored
Removes header and table of contents processing from Redcarpet renderer.
-
- 24 Apr, 2015 1 commit
-
-
Douwe Maan authored
-
- 21 Apr, 2015 3 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
Didn't like relying so much on Regex matches
-
Robert Speicher authored
Removes emoji-centric tests from GFM specs
-
- 20 Apr, 2015 6 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
Commit ranges, commits, external issues, issues, labels, merge requests, snippets, users.
-
- 02 Apr, 2015 1 commit
-
-
Douwe Maan authored
-
- 27 Mar, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 21 Mar, 2015 1 commit
-
-
Vinnie Okada authored
When nesting task list items, the parent item is wrapped in a `<p>` tag. Update the task list parser to handle these paragraph wrappers.
-