summaryrefslogtreecommitdiffstats
path: root/lib/parse/renderer.js
Commit message (Collapse)AuthorAgeFilesLines
* Clear folderSamy Pessé2015-01-191-141/+0
|
* Fix #491: handle correctly url without path for linksSamy Pessé2014-11-031-1/+1
|
* Fix dependency in rendererSamy Pessé2014-11-011-0/+1
|
* Remove dependency for path in parserSamy Pessé2014-11-011-5/+2
|
* Add include support, with variables and the whole shebangAaron O'Mullan2014-10-151-4/+1
| | | | Fixes #462
* Remove ref to github optionsSamy Pessé2014-10-131-14/+3
|
* fix radio input uncheck failedmarkcxz2014-09-101-2/+4
|
* Replace "marked" with "kramed"Aaron O'Mullan2014-07-301-2/+2
|
* Fix #303: generate header id the same as githubSamy Pessé2014-07-121-0/+5
|
* Support importing code snippetsAaron O'Mullan2014-07-111-1/+12
| | | | | Allowing to keep code in separate files, which can be cleaner in a quite a few scenarios
* Convert links with fragments from md to htmlMatt Ellis2014-07-081-1/+1
|
* 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