Skip to content

Commit c312f0b

Browse files
committed
Bump Hongdown to 0.3.11
Updates Hongdown from 0.3.10 to 0.3.11, which fixes a bug where a blockquote containing a list with blank lines between items was incorrectly split into multiple blockquotes. Also fixes the inbox documentation that hit this bug by adding the missing > marker on the blank line between two list items inside the blockquote, so they render as a single blockquote as intended. https://github.com/dahlia/hongdown/releases/tag/0.3.11 Assisted-by: Claude Code:claude-opus-4-7
1 parent 9071ca0 commit c312f0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/manual/inbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ for await (const item of context.traverseCollection(collection)) {
780780
>
781781
> - The `Activity` has its Object Integrity Proofs and the proofs are signed
782782
> by its actor.
783-
783+
>
784784
> - The `Activity` is dereferenceable by its `~Object.id` and
785785
> the dereferenced object has an actor that belongs to the same origin
786786
> as the `Activity` object.

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ node = "22"
55
pnpm = "10.28.0"
66

77
[tools."github:dahlia/hongdown"]
8-
version = "0.3.10"
8+
version = "0.3.11"
99

1010
[tools."github:dahlia/hongdown".platforms]
1111
linux-x64 = "hongdown-*-x86_64-unknown-linux-musl.tar.bz2"

0 commit comments

Comments
 (0)