summaryrefslogtreecommitdiffstats
path: root/lib/parse/renderer.js
Commit message (Collapse)AuthorAgeFilesLines
* 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