summaryrefslogtreecommitdiffstats
path: root/lib/parse/renderer.js
Commit message (Collapse)AuthorAgeFilesLines
* Make quiz easier to click by surround it with label.Nattaphoom Ch2014-04-241-3/+8
|
* Fix #136: replace links to .md by links to .htmlSamy Pessé2014-04-221-11/+24
| | | | Add more tests for links in page
* Fix image path calculSamy Pessé2014-04-181-2/+8
|
* Quiz with GFM checkbox listsJames Phillpotts2014-04-121-7/+17
|
* Tabular quizJames Phillpotts2014-04-121-0/+17
|
* Use OS-agnostic path generation for images tooJames Phillpotts2014-04-101-4/+2
|
* Use API from node 0.8James Phillpotts2014-04-101-1/+2
|
* Fix URL creation on windowsJames Phillpotts2014-04-101-7/+2
|
* Fix URL rewriting error on empty URLsAaron O'Mullan2014-04-081-2/+2
| | | | Fixes #54, fixes #59
* Resolve image URLs, fixes #38Aaron O'Mullan2014-04-061-0/+22
| | | | Using outidr & dir options
* Fix relative link detection in rendererAaron O'Mullan2014-04-061-1/+1
|
* Resolve relative links to GitHub repo, fixes #6Aaron O'Mullan2014-04-021-2/+16
| | | | Useful for linking to blobs and other files …
* Add target _blank support in renderer for external linksAaron O'Mullan2014-03-311-8/+39
|
* Normalize .md links to .html when rendering pagesAaron O'Mullan2014-03-311-0/+27