Files
andros 27a9bbffac Render code blocks in posts; fix parser for nested :PROPERTIES: in fenced blocks; bump 1.3 (19)
- Add HighlighterSwift dependency for syntax-highlighted #+BEGIN_SRC blocks
- New CodeBlockView: SRC (highlighted), QUOTE (accent border), EXAMPLE (monospace)
- Fix OrgSocialParser.parsePostBlock: break after outer :END: so nested :PROPERTIES:/:END: inside #+BEGIN_SRC blocks no longer overwrite contentStart and eat intro text
- Fix OrgSocialParser.extractText: preserve fenced block delimiters and content
- Fix OrgSocialParser post-grouping: ignore ** headings inside fenced blocks
- Fix PartialFeedFetcher.extractRecentPostBlocks: same fenced-block guard
- Add 9 OrgBodyRenderer edge-case tests (block at start/end, multiple blocks, org headings inside block, etc.)
- Add 2 parser tests for nested :PROPERTIES: inside fenced block body
2026-05-22 08:12:30 +02:00
..