91 Commits (b660649189bdfbfa839ad5bfeea4252af4377f9b)

Author SHA1 Message Date
  Michael Plotke 2804b40875 strip wrapping whitespace from newline outward from shortcodes 5 years ago
  Vincent Prouillet 283a15cd93 Fix some deprecation notice of pest 5 years ago
  Vincent Prouillet c63b7fde44 load_data now defaults to plain type + fix bug with get_taxonomy fn 5 years ago
  Vincent Prouillet 3eaf13d49b Update pulldown_cmark 5 years ago
  Vincent Prouillet 11c58458e8 Revert useless change in shortcodes 5 years ago
  Vincent Prouillet 84f10f6b69 Use platform separator for shortcodes paths 5 years ago
  Vincent Prouillet 9bc675f2a7 Fix colocated dates + rustfmt 5 years ago
  Peng Guanwen 0b897ce7c7 Replace trim_{left, right} with trim_{start, end} 5 years ago
  Vincent Prouillet 9398ab789c Clone-less toc making 5 years ago
  Vincent Prouillet d1154d236f Comment out failing test while its getting fixed in Tera 5 years ago
  Vincent Prouillet 1e2dd9ce03 Update tera to v1 alpha 5 years ago
  Nicolas Pochet b65979fac7
Render the theme template files if present 5 years ago
  Peng Guanwen 5ab3466e2b Doc improvements 5 years ago
  Vincent Prouillet 5caf24f06c Remove error-chain 5 years ago
  Vincent Prouillet 69fb399726 Add failing shortcode body split test 5 years ago
  Peng Guanwen 1dbd8874c0 derive Debug for HeaderIndex 5 years ago
  Peng Guanwen 80786a2fbb Revert accidentally change 5 years ago
  Peng Guanwen c027cd97d6 Footnote is now supported in headers 5 years ago
  toidiu 09f691fa47 add id to continue reading p tag (#577) 5 years ago
  Peng Guanwen 7130616f63 Minor fixes 5 years ago
  Peng Guanwen 972aab1ac4 Add emphasis, strong and code support in header 5 years ago
  Peng Guanwen 774514f4d4 refactor markdown_to_html 5 years ago
  Vincent Prouillet b3004c69ef Fix broken taxonomies pagination 5 years ago
  Shotaro Yamada 692103bff4 Remove redundant clone 5 years ago
  Vincent Prouillet e2c3bb2ce2 Fix shortcodes <-> markdown indentation 5 years ago
  Vincent Prouillet 7af314c61e Update deps + fmt 5 years ago
  Vincent Prouillet 56af4ca7f9 Add page_template to sections 5 years ago
  Vincent Prouillet b7ce4e59fb rustfmt 5 years ago
  Jonathan Watt f1b6f3082e Remove unmatchable rules from render_shortcodes 5 years ago
  Vincent Prouillet f84ae7c93b Rename all occurrences of gutenberg to zola in code 5 years ago
  Michael Plotke 4db629a060 prevent html tags from appearing in the toc 5 years ago
  Vincent Prouillet 7ecdc47b91 Remove line trimming for shortcode bodies 5 years ago
  Jonathan Watt 324211159e Fix content parser's 'text' rule to use the correct production 5 years ago
  Vincent Prouillet 0b0b4a86db Update pest for shortcode parser 5 years ago
  Vincent Prouillet ee3f4dc511 Update to syntect 3 5 years ago
  Vincent Prouillet cdcebaea26 Cleanup of slotmap impl 5 years ago
  Vincent Prouillet 396d237673 Use Tera render_with_borrowed 5 years ago
  Christian Friedrich Coors 85529186e4 Fix some clippy warnings 5 years ago
  Vincent Prouillet f100d956c6 Fix incorrect default for highlight_code of Config 5 years ago
  Vincent Prouillet 10c7aa0a6a No replacein markdown rendering 5 years ago
  Vincent Prouillet 4571b067ea Fix ignored shortcode swallowing whitespace 5 years ago
  Vincent Prouillet b4158921dd Fix email links being checked by link checker 5 years ago
  C Jones dabc614fb3 Change highlighting to not include duplicated background colors 5 years ago
  Vincent Prouillet 38b30eb144 Update deps and fix deprecrations 5 years ago
  Thomas Hurst 2a53955696 Fix rendering benchmarks. 5 years ago
  Thomas Hurst 68690a2cf1 Add a test for summary handling in Markdown rendering. 5 years ago
  Thomas Hurst c53c403790 Update rendering tests 5 years ago
  Thomas Hurst 5f1f9efe7a Derive debug for markdown::Rendered 5 years ago
  Thomas Hurst f2f3bed080 Markdown parsing: prefer Borrowed over Owned where possible 5 years ago
  Thomas Hurst c069bfdafa Rework summary handling. 5 years ago