Anton Bulakh
2025-01-05 b7a945e034cd34798eed8806a9e0957716e5c598
2025-01-05 Anton Bulakh
fix(tags): Dont consume a space before content tags (#1706)
blob@ b7a945 commitdiff | diff to current
2025-01-01 Aaron Pham
perf: reduce bundle size (closes #1607) (#1689)
blob@ 2e6a67 commitdiff | diff to current
2024-12-17 dependabot[bot]
chore(deps): bump the production-dependencies group across 1 directory with...
blob@ 367bb0 commitdiff | diff to current
2024-11-12 Aaron Pham
feat(ofm): support parsing footnotes in table (#1581)
blob@ 92676d commitdiff | diff to current
2024-11-10 Aaron Pham
feat(mermaid): improvement navigation (#1575)
blob@ 1ab9c9 commitdiff | diff to current
2024-10-10 Pierre Lairez
feat(ofm): Allow for dashes in custom callout label (#1493)
blob@ 0d1f15 commitdiff | diff to current
2024-09-15 Emile Bangma
fix: account for subtags in numerical tags (closes #1408) (#1410)
blob@ cd3bb2 commitdiff | diff to current
2024-08-09 Jacky Zhao
chore: ts fixes
blob@ 39eebc commitdiff | diff to current
2024-08-06 Jacky Zhao
fix: embed pdf aspect ratio (closes #1310)
blob@ 393890 commitdiff | diff to current
2024-08-06 Jacky Zhao
fix: responsive youtube embed (closes #1167)
blob@ ca3943 commitdiff | diff to current
2024-07-14 Emile Bangma
fix(translusion): block reference not being recognized. (#1274)
blob@ f37dbe commitdiff | diff to current
2024-07-10 Jacky Zhao
feat(layout): add afterBody
blob@ 247625 commitdiff | diff to current
2024-07-10 Alex Nordstrom
feat: add alias/metadata to transclude tag (#1229)
blob@ c95f1d commitdiff | diff to current
2024-07-10 Jacky Zhao
chore: use regex flag instead of string in regexp ctor
blob@ 2154d3 commitdiff | diff to current
2024-06-14 Emile Bangma
fix(wikilinks): pdf page linking (#1207)
blob@ 3e14b2 commitdiff | diff to current
2024-06-13 Emile Bangma
.callout-content support (#1188)
blob@ 81d00f commitdiff | diff to current
2024-05-29 Alex Nordstrom
fix: change callout metadata regex to include non-letter characters (#1174)
blob@ 9ff462 commitdiff | diff to current
2024-05-28 Alex Nordstrom
feat: add callout metadata parsing (#1172)
blob@ 77d6d9 commitdiff | diff to current
2024-03-31 Emile Bangma
fix(wikilinks): proper escaping of pipe character in wikilinks inside table...
blob@ 5ec614 commitdiff | diff to current
2024-03-18 Emile Bangma
fix(wikilinks): handle wikilinks inside tables seperately from other wikili...
blob@ 7e22c3 commitdiff | diff to current
2024-03-16 Emile Bangma
fix(wikilinks): only escape alias in wikilinks inside tables (#1000)
blob@ 469136 commitdiff | diff to current
2024-03-16 Aaron Pham
chore(ofm): remove unused (#999)
blob@ 716485 commitdiff | diff to current
2024-03-15 catcodeme
fix: wikiLink in table (#993)
blob@ 8be51a commitdiff | diff to current
2024-03-07 Matt Vogel
fix(tag): move hash to sass styling only (#930)
blob@ 001c16 commitdiff | diff to current
2024-03-06 Emile Bangma
feat: support youtube playlist iframe (#968)
blob@ e13caf commitdiff | diff to current
2024-03-03 Jacky Zhao
feat: support transcluding codeblocks and blockquotes (closes #940)
blob@ 2a7e61 commitdiff | diff to current
2024-02-23 Jacky Zhao
fix(callouts): use user provided title instead of canonical for default title
blob@ 421718 commitdiff | diff to current
2024-02-19 s-crypt
perf(cdn): CDNJS instead of JSDelivr (#891)
blob@ 739c2e commitdiff | diff to current
2024-02-11 Jacky Zhao
fix(ofm): allow diacretic marks in tag regex (closes #830)
blob@ 389f2e commitdiff | diff to current
2024-02-10 Aaron Pham
chore(callouts): remove unnecessary whitespaces after class name (#833)
blob@ ab80eb commitdiff | diff to current
2024-02-10 Aaron Pham
feat(i18n): support parsing callouts (#834)
blob@ db5e70 commitdiff | diff to current
2024-02-06 Jacky Zhao
perf: don't load mermaid if its not on the page
blob@ 34334e commitdiff | diff to current
2024-02-05 Aaron Pham
feat: support checkbox (closes #646) (#799)
blob@ e58c21 commitdiff | diff to current
2024-02-04 Aaron Pham
feat(ofm): parsing all type of arrow (#797)
blob@ 5b90fb commitdiff | diff to current
2024-01-31 Jacky Zhao
fix: regression in formatted callout titles
blob@ bfd877 commitdiff | diff to current
2024-01-31 Jacky Zhao
fix: allow formatting in callout titles
blob@ 7cb1c2 commitdiff | diff to current
2024-01-31 Jacky Zhao
fix: properly parse tags in body
blob@ 4e5643 commitdiff | diff to current
2024-01-31 LUCASTUCIOUS
feat: Feature/custom callout icon (#727)
blob@ 072ee6 commitdiff | diff to current
2024-01-29 Jacky Zhao
fix: fmt
blob@ ebf429 commitdiff | diff to current
2024-01-29 Jacky Zhao
fix: implement regex fix for alt in image wikilinks (closes #753)
blob@ 2d7274 commitdiff | diff to current
2024-01-29 Mara-Li
feat: allow to config a translation for date (#739)
blob@ 603c18 commitdiff | diff to current
2024-01-28 Jacky Zhao
fix: allow alt to be defined in wikilinks alongside dims
blob@ 211f95 commitdiff | diff to current
2024-01-28 Jacky Zhao
fix: generalize frontmatter parsing and coercing
blob@ 42ee06 commitdiff | diff to current
2024-01-25 LUCASTUCIOUS
feat: Enable custom callout (#724)
blob@ d5b402 commitdiff | diff to current
2024-01-22 Jacky Zhao
fix: more robust ofm comment handling
blob@ 2c8d0f commitdiff | diff to current
2024-01-22 Jacky Zhao
fix: process comments at a text level rather than a markdown level
blob@ cd826f commitdiff | diff to current
2024-01-21 Aaron Pham
feat(ofm): add options to parse arrows (#713)
blob@ 4d338c commitdiff | diff to current
2024-01-20 Jacky Zhao
fix: allow dashes and underscores in block references (closes #712)
blob@ 1f2ea9 commitdiff | diff to current
2024-01-17 Jacky Zhao
fix: remove extra console log
blob@ 129e0c commitdiff | diff to current
2024-01-17 Jacky Zhao
fix: clean up ofm code for video parsing
blob@ d7d5d8 commitdiff | diff to current
first | « prev | next »