# This file is auto-generated by running 'make changelog' from the repo root. * Changelog All notable changes to this project will be documented in this file. ** *0.12.2* - <2022-06-16> [[https://github.com/kaushalmodi/ox-hugo/compare/3c8c0bf28cf02128ceff9a972db3ebad01083953...af3d0cdf8c672be498d54bc9efdd0e40b2528602][3c8c0bf...af3d0cd]] *** :sparkles: Features :PROPERTIES: :CUSTOM_ID: features-v0.12.2 :END: - Export links to manual pages of GNU software like tar too … New custom variable `org-hugo-info-gnu-software`. It contains a list … of GNU software taken from https://www.gnu.org/software/. ([[https://github.com/kaushalmodi/ox-hugo/commit/e2da16e1752ba71198f6c7cf1a0a15c0c51f2642][e2da16e]]) *** :rocket: PR Merges :PROPERTIES: :CUSTOM_ID: pr-merges-v0.12.2 :END: - PR # [[https://github.com/kaushalmodi/ox-hugo/pull/649][649]]: … fix: Escape Hugo shortcodes in description front-matter ([[https://github.com/kaushalmodi/ox-hugo/commit/df0b12ef1aff2b322403f24006f0ec17676d3606][df0b12e]]) - PR # [[https://github.com/kaushalmodi/ox-hugo/pull/652][652]]: … feat: Export links to manual pages of GNU software like tar too ([[https://github.com/kaushalmodi/ox-hugo/commit/2b46cd602c9692e339833a765ef6fe3acc4fa2ec][2b46cd6]]) *** :bug: Bug Fixes :PROPERTIES: :CUSTOM_ID: bug-fixes-v0.12.2 :END: - Escape Hugo shortcodes in description front-matter … The description front-matter will most likely be parsed as Markdown … string using $.Page.RenderString, and we do not want literal strings … like "… ([[https://github.com/kaushalmodi/ox-hugo/commit/4f6517dfe18a08387a786d666deb326f8342ea4c][4f6517d]]) - Don't attempt to unquote empty strings … Fixes Issue # [[https://github.com/kaushalmodi/ox-hugo/issues/655][655]]. ([[https://github.com/kaushalmodi/ox-hugo/commit/af3d0cdf8c672be498d54bc9efdd0e40b2528602][af3d0cd]]) ** *0.12.1* - <2022-05-31> [[https://github.com/kaushalmodi/ox-hugo/compare/5ad69b40a6c8609f92268a76ecf4b8cf1700350b...3c8c0bf28cf02128ceff9a972db3ebad01083953][5ad69b4...3c8c0bf]] *** :boom: Breaking :PROPERTIES: :CUSTOM_ID: breaking-v0.12.1 :END: - Remove auto-insertion of Bibliography heading for org-ref cit. … Adding this feature for org-ref is a bit painful because: … 1. `org-ref` uses `citeproc-render-bib` in `org-ref-export.el`., while … th… ([[https://github.com/kaushalmodi/ox-hugo/commit/22065f719580dd6e46762dcf090957702c54dc43][22065f7]]) *** :sparkles: Features :PROPERTIES: :CUSTOM_ID: features-v0.12.1 :END: - Auto-escape Hugo shortcodes in inline src blocks ([[https://github.com/kaushalmodi/ox-hugo/commit/a23ff91eb44486d571da390f2bbfed1cb2bf6e9b][a23ff91]]) - Add a commented out test case for an inline src block parsing issue … .. in upstream Org mode. … Ref: https://lists.gnu.org/r/emacs-orgmode/2022-03/msg00008.html ([[https://github.com/kaushalmodi/ox-hugo/commit/c0e762e573986ee46782ed8636ddfe05f6fdb8b6][c0e762e]]) - Use HTML code element with classes to export inline-src blocks … Fixes Issue # [[https://github.com/kaushalmodi/ox-hugo/issues/638][638]]. ([[https://github.com/kaushalmodi/ox-hugo/commit/39566c2e6ee09fc209b15e301345437dcfaf7b22][39566c2]]) *** :rocket: PR Merges :PROPERTIES: :CUSTOM_ID: pr-merges-v0.12.1 :END: - PR # [[https://github.com/kaushalmodi/ox-hugo/pull/636][636]]: … Revert "tool(ci): Disable CI runs on emacs master for now" ([[https://github.com/kaushalmodi/ox-hugo/commit/68916a64a9015a5f09ea5a9afa110a88ef0ad474][68916a6]]) - PR # [[https://github.com/kaushalmodi/ox-hugo/pull/637][637]]: … refactor: Make the org-hugo-drawer function more readable ([[https://github.com/kaushalmodi/ox-hugo/commit/8914b75f51e3340d4a8d394f53ac2ece20e649c0][8914b75]]) - PR # [[https://github.com/kaushalmodi/ox-hugo/pull/639][639]]: … perf: Better way to auto-inject bibliography heading ([[https://github.com/kaushalmodi/ox-hugo/commit/e63bb0952303e01db0a5af9a73540d9e45dfeea5][e63bb09]]) - PR # [[https://github.com/kaushalmodi/ox-hugo/pull/578][578]]: … Improve inline src blocks -- they now export to HTML `code` elements with `inline-src` class and language-specific class and data attri… ([[https://github.com/kaushalmodi/ox-hugo/commit/1d4221550406b737a094aee991cdd4edc69625f9][1d42215]]) - PR # [[https://github.com/kaushalmodi/ox-hugo/pull/643][643]]: … Fix auto menu weight calculation during "all subtrees" exports ([[https://github.com/kaushalmodi/ox-hugo/commit/d3faba4549518006fa4d7eeca657fd4142718c4b][d3faba4]]) - PR # [[https://github.com/kaushalmodi/ox-hugo/pull/641][641]]: … fix: Change inline src block output to work around CommonMark issue ([[https://github.com/kaushalmodi/ox-hugo/commit/3070aaab5bbe297b6f90620c29171ced0bd4c439][3070aaa]]) - PR # [[https://github.com/kaushalmodi/ox-hugo/pull/646][646]]: … fix: Remove the blank line inserted between code blocks and captions ([[https://github.com/kaushalmodi/ox-hugo/commit/4cc8de4ec5f87bfa7fca97d61ae445ea0a75ae1e][4cc8de4]]) *** :white_check_mark: Issue Fixes :PROPERTIES: :CUSTOM_ID: issue-fixes-v0.12.1 :END: - Revert "tool(ci): Disable CI runs on emacs master for now" … This reverts commit commit # [[https://github.com/kaushalmodi/ox-hugo/commit/288c2f577be5c1e9b0871d1c5a02b3b28346615a][288c2f5]]. … Fixes I… ([[https://github.com/kaushalmodi/ox-hugo/commit/21269f664bcf5dd5ddab6cf01d41c22821000e93][21269f6]]) *** :zap: Performance :PROPERTIES: :CUSTOM_ID: performance-v0.12.1 :END: - Better way to auto-inject bibliography heading … Earlier method wasn't elegant because it relied on an empirically … derived regexp. The reason for this change was that this regexp was … falsely match… ([[https://github.com/kaushalmodi/ox-hugo/commit/5a24d8f31f04a00a0ff6364ecf0a7e2c4afc8e02][5a24d8f]]) *** :bug: Bug Fixes :PROPERTIES: :CUSTOM_ID: bug-fixes-v0.12.1 :END: - Correct auto menu weight calc when batch-exporting subtrees … Fixes Issue # [[https://github.com/kaushalmodi/ox-hugo/issues/642][642]]. ([[https://github.com/kaushalmodi/ox-hugo/commit/f9c9aaf0160bb552d438cda20b7627a41dfaf125][f9c9aaf]]) - Change inline src block output to work around CommonMark issue … - Before: Inline src block classes were in the HTML code element … - Now: The inline src block classes are in HTLM span tags wrapping …… ([[https://github.com/kaushalmodi/ox-hugo/commit/1cb3895e964ab0260dbae8d1ef10555e6c7c1b68][1cb3895]]) - Remove the blank line inserted between code blocks and captions … This change is part of the fix for … Issue # [[https://github.com/kaushalmodi/ox-hugo/issues/645][645]]. The good thing is … that ther… ([[https://github.com/kaushalmodi/ox-hugo/commit/71cb5f25737c6794927273554efdac1026fd676b][71cb5f2]]) - Don't introduce extra blank lines after list item paragraphs … Before: … https://spec.commonmark.org/dingus/?text=​​1.%20item%20one%0A2.%20item%20two%0A%20%20%20%60%60%60el%0A%20%20%20(message%20%22he… ([[https://github.com/kaushalmodi/ox-hugo/commit/9471c21fc033c8d7ab874f5f648521486c08a3f2][9471c21]]) - Don't add blank line after a code block followed by para either … Fixes Issue # [[https://github.com/kaushalmodi/ox-hugo/issues/645][645]]. … This handles this case: … 1. item one … 2. This paragraph … ([[https://github.com/kaushalmodi/ox-hugo/commit/ace25a665006e23f254ecf6f4490948687916139][ace25a6]]) - Do ensure a blank line after a captioned src or example block! … The src and example block captions are wrapped in HTML div tags. As … per CommonMark, the block HTML tags like div tags need to be sepa… ([[https://github.com/kaushalmodi/ox-hugo/commit/aa793507b9669a470a3cf6b833b927258b0a644d][aa79350]]) *** :recycle: Refactor :PROPERTIES: :CUSTOM_ID: refactor-v0.12.1 :END: - Make the org-hugo-drawer function more readable … - Remove internal function `org-hugo--logbook-drawer`. … - Move logbook entry parsing to a new internal function … `org-hugo--parse-logbook-entry`. … … ([[https://github.com/kaushalmodi/ox-hugo/commit/b300c5bb7b562e48a987c1d814b7941957c77c31][b300c5b]]) ** *0.12.0* - <2022-05-12> [[https://github.com/kaushalmodi/ox-hugo/compare/858707201c174e5b0c496edb30e3159113ab9f74...5ad69b40a6c8609f92268a76ecf4b8cf1700350b][8587072...5ad69b4]] *** :boom: Breaking :PROPERTIES: :CUSTOM_ID: breaking-v0.12.0 :END: - Export Org Verse blocks in div tags instead of p tags … This change is required so that CSS rules for .verse class *​​*​​actually … work*​​*​​. So while this is technically a breaking change, this cha… ([[https://github.com/kaushalmodi/ox-hugo/commit/1a6acb5617c0aeaa1624dd66ae20fb3d8f0aebd4][1a6acb5]]) *** :sparkles: Features :PROPERTIES: :CUSTOM_ID: features-v0.12.0 :END: - :LOGBOOK: drawer notes now export to logbook_​​notes TTA … TTA: TOML Table Array … TODO state change info in the logbooks doesn't get exported to … [​[logbook_​​notes]]. … Caveat: This feature works o… ([[https://github.com/kaushalmodi/ox-hugo/commit/78dd4d8cebdadaeb3457052429731d893ed3be76][78dd4d8]]) - Use `org-log-into-drawer` to get LOGBOOK drawer name … Don't assume that the LOGBOOK drawer name will always be named … "LOGBOOK". ([[https://github.com/kaushalmodi/ox-hugo/commit/dceb610855adc9e1e80c3a1e176034c6886b9fe9][dceb610]]) - Enable inheritance of EXPORT_​​OPTIONS property ([[https://github.com/kaushalmodi/ox-hugo/commit/00696b05a8b7dc5f012efd1cdf582fdcb5c4d5bc][00696b0]]) - Save notes from sub-heading LOGBOOK drawers too ([[https://github.com/kaushalmodi/ox-hugo/commit/a97c1f4ec25b70ac4d76a5578374e5b023dc1d9e][a97c1f4]]) - Parse `date` and `lastmod` fm from LOGBOOK state changes ([[https://github.com/kaushalmodi/ox-hugo/commit/00a58aee1e3ae872cf9b35c07995952e482541c0][00a58ae]]) - Use the latest LOGBOOK note timestamp to update lastmod ([[https://github.com/kaushalmodi/ox-hugo/commit/5ba024846decdefc7a3fc5bddc71c2cff7e45e71][5ba0248]]) *** :rocket: PR Merges :PROPERTIES: :CUSTOM_ID: pr-merges-v0.12.0 :END: - PR # [[https://github.com/kaushalmodi/ox-hugo/pull/631][631]]: … tool(ci): Fix "Bad request" error when installing tomelr from GNU ELPA on Emacs 26.3 ([[https://github.com/kaushalmodi/ox-hugo/commit/c2cc2c45a8885576893e9413ee72145fc14d217e][c2cc2c4]]) - PR # [[https://github.com/kaushalmodi/ox-hugo/pull/634][634]]: … fix!: Export Org Verse blocks in div tags instead of p tags ([[https://github.com/kaushalmodi/ox-hugo/commit/fe1f2af27196c9cf76a603108681742f88d2b528][fe1f2af]]) - PR # [[https://github.com/kaushalmodi/ox-hugo/pull/504][504]]: … Parse `date` and `lastmod` fields from TODO state transitions, and notes from`:LOGBOOK:` drawers ([[https://github.com/kaushalmodi/ox-hugo/commit/062e88e4e950eb76a774e58e151fbd969b7a9a03][062e88e]]) - PR # [[https://github.com/kaushalmodi/ox-hugo/pull/635][635]]: … Improvements in date parsing from LOGBOOK drawers ([[https://github.com/kaushalmodi/ox-hugo/commit/d78b4c426139025f073c10b4050c35224939a011][d78b4c4]]) *** :bug: Bug Fixes :PROPERTIES: :CUSTOM_ID: bug-fixes-v0.12.0 :END: - Require org-info instead of ol-info if old Org version detected … If a user is running Emacs 26.3 with the default Org installation, … they would be using Org 9.1.9 and so they will need to use org-in… ([[https://github.com/kaushalmodi/ox-hugo/commit/772d53dee36773471f3b471b73ffdc3822e3b6e9][772d53d]]) - LOGBOOK state change derived `lastmod` -> highest precedence ([[https://github.com/kaushalmodi/ox-hugo/commit/e4b60d98aec6451cd5e41a8d2d05b89b79c10c00][e4b60d9]]) - Only the toplevel LOGBOOK activity should update date/lastmod ([[https://github.com/kaushalmodi/ox-hugo/commit/fd3ed77a76363f1ebee257d5ae81308847ac2f2e][fd3ed77]]) - Always export `lastmod` parsed from LOGBOOK notes … Hugo allows the presence `lastmod` and no `date` front-matter. In that … case, the `.Date` and `.Lastmod` both get set to the `lastmod` … front-matt… ([[https://github.com/kaushalmodi/ox-hugo/commit/6050ee6df3b186caa25601de874409036d5fd12b][6050ee6]]) *** :memo: Documentation :PROPERTIES: :CUSTOM_ID: documentation-v0.12.0 :END: - Add Hugo template example for rendering `logbook` front-matter ([[https://github.com/kaushalmodi/ox-hugo/commit/2ee37855af60c16f7e4b8744edd5cafdb21b8f94][2ee3785]]) - Add "Drawers" page to the manual ([[https://github.com/kaushalmodi/ox-hugo/commit/8ca0b77a7f857542b11884062ddee4a5b1b81b60][8ca0b77]]) - Document date parsing from :LOGBOOK: drawers ([[https://github.com/kaushalmodi/ox-hugo/commit/36cb26efdb975840d19f74ba3bd67db578e5d242][36cb26e]]) - How to set the `menu` front-matter … Fixes Issue # [[https://github.com/kaushalmodi/ox-hugo/issues/166][166]]. ([[https://github.com/kaushalmodi/ox-hugo/commit/5ad69b40a6c8609f92268a76ecf4b8cf1700350b][5ad69b4]]) *** :recycle: Refactor :PROPERTIES: :CUSTOM_ID: refactor-v0.12.0 :END: - Move RFC 3339 date/time str gen to a separate function ([[https://github.com/kaushalmodi/ox-hugo/commit/11aedff305dc792292341cbf9aec490b330ce68b][11aedff]]) - Make `logbook-entry` an alist instead of a plist … This commit is a small workaround to make the TOML generation for … `logbook_​​notes` to work on Emacs 26.3 as well. … The plist worked fine too, but… ([[https://github.com/kaushalmodi/ox-hugo/commit/4322236dd006a9ee2b4a522750d8b4c4d47c34bf][4322236]]) - Make the LOGBOOK drawer's parent heading derivation robust … Add test where a :LOGBOOK: drawer with note might be manually inserted … in the middle of a post (and not using the `C-c C-z` binding). ([[https://github.com/kaushalmodi/ox-hugo/commit/efb9870f008cba135f28702cc14f58e21d27b446][efb9870]]) - Move LOGBOOK parsing code to `org-hugo--logbook-drawer` ([[https://github.com/kaushalmodi/ox-hugo/commit/cab606a2098524ea7ac97704cc8df6d2d9d190f8][cab606a]]) *** :hammer: Testing :PROPERTIES: :CUSTOM_ID: testing-v0.12.0 :END: - Add nested menu example … Fixes Issue # [[https://github.com/kaushalmodi/ox-hugo/issues/325][325]]. ([[https://github.com/kaushalmodi/ox-hugo/commit/059f2b822cb95e1b9e84cbd37c266bccacdf56f4][059f2b8]]) ** *0.11.2* - <2022-05-05> [[https://github.com/kaushalmodi/ox-hugo/compare/4fc594eda0d0cb41cc3b634b43fbd055db7ae67e...858707201c174e5b0c496edb30e3159113ab9f74][4fc594e...8587072]] *** :boom: Breaking :PROPERTIES: :CUSTOM_ID: breaking-v0.11.2 :END: - Update version requirements: Requires Emacs 26.3+​​ … - Emacs version bump to 26.3 was long overdue, now that Emacs 28.1 is … already out. … - Depend on tomelr 0.3.0 as that fixes the plist input supp… ([[https://github.com/kaushalmodi/ox-hugo/commit/858707201c174e5b0c496edb30e3159113ab9f74][8587072]]) ** *0.11.0* - <2022-05-03> [[https://github.com/kaushalmodi/ox-hugo/compare/ad412e0d2c8b36232abe090893cc731ffb1b8e17...76e1f20635dd886da4ad737bc15ac32d7330d344][ad412e0...76e1f20]] *** :boom: Breaking :PROPERTIES: :CUSTOM_ID: breaking-v0.11.0 :END: - Use tomelr.el for TOML generation … Move YAML generation logic to ox-hugo-deprecated.el. … NOTE: At some point, YAML generation support will be removed entirely. … Minor breaking changes: … - Empty st… ([[https://github.com/kaushalmodi/ox-hugo/commit/c24ea792484598ffd2f8e786fadb823d48c8ec12][c24ea79]]) *** :sparkles: Features :PROPERTIES: :CUSTOM_ID: features-v0.11.0 :END: - Improve the default description of exported info: links ([[https://github.com/kaushalmodi/ox-hugo/commit/13870caa6980cb219da3830c21c54c07467aa51e][13870ca]]) - Better HTML target for info: links … - HTML targets are now individual pages for the nodes instead of an anchor … in a single page HTML manual. … Before : https://www.gnu.org/software/emacs/manual/htm… ([[https://github.com/kaushalmodi/ox-hugo/commit/1d5b0ce665412de6eb31f86c119093cbea81fddf][1d5b0ce]]) - Export info: links for Org manual to https://orgmode.org URLs ([[https://github.com/kaushalmodi/ox-hugo/commit/63084bfdb33785be48e091693ca395d7ea516506][63084bf]]) *** :rocket: PR Merges :PROPERTIES: :CUSTOM_ID: pr-merges-v0.11.0 :END: - PR # [[https://github.com/kaushalmodi/ox-hugo/pull/620][620]]: … feat: Better HTML target for info: links ([[https://github.com/kaushalmodi/ox-hugo/commit/e5fe9fa0d552481a7261db7a9d9b0e9b7ea2370e][e5fe9fa]]) - PR # [[https://github.com/kaushalmodi/ox-hugo/pull/626][626]]: … fix: Links to Org IDs of post subtrees in other Org files ([[https://github.com/kaushalmodi/ox-hugo/commit/ad26385eebcd32964540601a9f9f703f5cd6675f][ad26385]]) - PR # [[https://github.com/kaushalmodi/ox-hugo/pull/629][629]]: … feat!: Use tomelr for TOML front-matter generation ([[https://github.com/kaushalmodi/ox-hugo/commit/a8345117b80950cd84139f748dd4147e9a1490cb][a834511]]) *** :bug: Bug Fixes :PROPERTIES: :CUSTOM_ID: bug-fixes-v0.11.0 :END: - Fixes for checkdoc ([[https://github.com/kaushalmodi/ox-hugo/commit/088551275d7d423ba6ff1d2d09e99e533701a217][0885512]]) - Fix compilation error for Org 9.3 … `org-back-to-heading-or-point-min` was introduced in Org 9.5. So make … `ox-hugo` define it if user's Org version doesn't define it. … Ref: https://git.savannah.gnu… ([[https://github.com/kaushalmodi/ox-hugo/commit/124c4a0c5858e82fe7853aa66fdcf978e301fdd2][124c4a0]]) - Linking post subtrees in other Org files using their Org IDs … Fixes Issue # [[https://github.com/kaushalmodi/ox-hugo/issues/625][625]]. ([[https://github.com/kaushalmodi/ox-hugo/commit/6106d0495e1a47a00662fda5a98b61983eb17234][6106d04]]) - Silence compilation warnings ([[https://github.com/kaushalmodi/ox-hugo/commit/e164cae9c9473b297acd64b312c2700970949b5d][e164cae]]) - Append a newline after the Pandoc meta-data YAML block ([[https://github.com/kaushalmodi/ox-hugo/commit/26696331f1b5f035f84308929213cad5f109c985][2669633]]) *** :memo: Documentation :PROPERTIES: :CUSTOM_ID: documentation-v0.11.0 :END: - Update Equations doc with dvisvgm and dvipng references … Fixes Issue # [[https://github.com/kaushalmodi/ox-hugo/issues/619][619]]. ([[https://github.com/kaushalmodi/ox-hugo/commit/c322fe2048b7ad2a20d48020239f462725ce3d59][c322fe2]]) - Replace manually pasted HTML links with info: links ([[https://github.com/kaushalmodi/ox-hugo/commit/5e13e6cec230f90de958a38b461622454f0c2620][5e13e6c]]) - Example of how to write multi-line unpaired shortcodes … Fixes Issue # [[https://github.com/kaushalmodi/ox-hugo/issues/624][624]]. ([[https://github.com/kaushalmodi/ox-hugo/commit/252f8ad9d3fe382e09de3cff746ee9b3aba2ade1][252f8ad]]) *** :heart: Real World Examples :PROPERTIES: :CUSTOM_ID: real-world-examples-v0.11.0 :END: - Added https://shom.dev to real world examples … Ref: PR # [[https://github.com/kaushalmodi/ox-hugo/pull/621][621]] ([[https://github.com/kaushalmodi/ox-hugo/commit/adaf03c7bf73eabdb8469329a394b547691059e7][adaf03c]]) *** :recycle: Refactor :PROPERTIES: :CUSTOM_ID: refactor-v0.11.0 :END: - Add `org-hugo--get-anchor-at-point` … Move logic for deriving the anchor string at point to this new … function. ([[https://github.com/kaushalmodi/ox-hugo/commit/fb7e3e25b6608bb27327b621698293463e686159][fb7e3e2]]) - Pandoc citations now doesn't dep on ox-hugo-deprecated.el … Add a small dummy YAML generator only for the stuff that Pandoc needs … as `org-hugo-pandoc-cite--meta-data-generator`. ([[https://github.com/kaushalmodi/ox-hugo/commit/6f4750705163500909cfb2f342200ab875766e7e][6f47507]]) *** :hammer: Testing :PROPERTIES: :CUSTOM_ID: testing-v0.11.0 :END: - Using #+​​hugo for unpaired shortcodes with named args … Fixes Issue # [[https://github.com/kaushalmodi/ox-hugo/issues/624][624]]. ([[https://github.com/kaushalmodi/ox-hugo/commit/2b762139bc8e68b97ef17420cec2df1fcec1ef13][2b76213]]) - Multi-line shortcode in "export hugo" block … Fixes Issue # [[https://github.com/kaushalmodi/ox-hugo/issues/624][624]]. ([[https://github.com/kaushalmodi/ox-hugo/commit/8b97276b60465422edca6a3e20d1fab1ba1a4f39][8b97276]]) - Linking post subtrees in other Org files using their Org IDs … Ref: Issue # [[https://github.com/kaushalmodi/ox-hugo/issues/625][625]] ([[https://github.com/kaushalmodi/ox-hugo/commit/058a8c859004a9657497df29a5901dae7a4be141][058a8c8]]) ** *0.10.0* - <2022-04-07> [[https://github.com/kaushalmodi/ox-hugo/compare/a85410081ac20ada23fff52a7b7ab6c8151aa8e0...ad412e0d2c8b36232abe090893cc731ffb1b8e17][a854100...ad412e0]] *** :boom: Breaking :PROPERTIES: :CUSTOM_ID: breaking-v0.10.0 :END: - Html validation: Do not export