Commit Graph

15 Commits

Author SHA1 Message Date
Brendan Ang 5f3d430699
feat: add support for mermaid diagrams (#244) 2022-11-27 10:53:52 -08:00
SafEight f08a76a738
fix: External links ending in .md don't get trimmed (#236)
Co-authored-by: SAF <saf@saf.saf>
fixes https://github.com/jackyzha0/quartz/issues/229
2022-11-21 13:05:46 -08:00
Jacky Zhao eda370334a fix: image scaling for md-style links (closes #155) 2022-07-01 11:27:50 -07:00
Jacky Zhao f2078ee621 fix: prefix images with base url for non-root quartz 2022-06-29 16:15:40 -07:00
benbohmer 97607c3ca5
fix: keep / at end of URL to avoid redirects
Removed strings.TrimRight "/" in line 10 to keep the trailing slash at the end of URLs in regular links. This avoids having every single internal link being a 301 redirect.
2022-05-03 09:10:45 +02:00
Jacky Zhao 2d55b6ac2e fix: missing whitespace chomp in link render hook 2022-04-05 18:07:40 -07:00
Jacky Zhao c51573efa9 feat: grey out broken links 2022-04-02 13:34:26 -07:00
Jacky Zhao 714b4fcfa3 fix links being broken for pages with spaces 2022-02-20 21:40:10 -05:00
Jacky Zhao f192f9a23d fix #54: root all image urls 2022-02-15 23:03:02 -05:00
Jacky Zhao 3b3e6ec3b2 fix relative pathing for dynamic fetch 2022-02-15 22:54:20 -05:00
Jacky Zhao 4a3c4fdef5 popover implementation 2022-01-03 13:18:31 -05:00
Jacky Zhao ca886e4075 fix render link for apostrophe 2021-12-28 14:28:08 -05:00
Blake Allen 9292de6333 remove unnecessary regex, use encodeuri for label instead of replace 2021-10-26 16:58:08 -07:00
jackyzha0 92d18b1ee5 more docs + link fixing 2021-07-18 15:19:58 -04:00
jackyzha0 ea69050587 add base pages 2021-07-18 11:54:00 -04:00