Skip to content

Commit 97e55e5

Browse files
committed
Upgrade Hongdown to 0.4.3
1 parent caede1e commit 97e55e5

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/manual/migrate.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ mapping*, *Code migration*, *Data migration*, *Common pitfalls*, and a small
4343
worked example. Read the one that matches and skip the rest.
4444

4545

46-
From `activitypub-express` (apex) {#apex}
47-
-----------------------------------------
46+
From `activitypub-express` (apex) {#apex}
47+
--------------------------------------------------------------------------------
4848

4949
[`activitypub-express`] (apex) is Express middleware backed by MongoDB and is
5050
the most common non-Fedify stack in the Node.js fediverse today, powering
@@ -626,8 +626,8 @@ what the migration buys you.
626626
[apex README]: https://github.com/immers-space/activitypub-express#usage
627627

628628

629-
From `@activity-kit/*` (ActivityKit) {#activity-kit}
630-
----------------------------------------------------
629+
From `@activity-kit/*` (ActivityKit) {#activity-kit}
630+
--------------------------------------------------------------------------------
631631

632632
[ActivityKit] is a suite of npm packages under the `@activity-kit/*` scope
633633
by Michael Puckett. It is spec-oriented and TypeScript-first, and the
@@ -1153,8 +1153,8 @@ page renderers. Fedify lets your existing web framework own everything
11531153
that is not federation.
11541154

11551155

1156-
From hand-rolled Express code {#hand-rolled}
1157-
--------------------------------------------
1156+
From hand-rolled Express code {#hand-rolled}
1157+
--------------------------------------------------------------------------------
11581158

11591159
The de-facto starting point for hand-rolled Node.js ActivityPub bots is
11601160
Darius Kazemi's [`express-activitypub`] reference implementation, and most
@@ -1709,8 +1709,8 @@ deliveries are queued and retried, and you are no longer maintaining an
17091709
in-tree copy of the HTTP Signatures spec.
17101710

17111711

1712-
From `activitystrea.ms` {#activity-streams}
1713-
-------------------------------------------
1712+
From `activitystrea.ms` {#activity-streams}
1713+
--------------------------------------------------------------------------------
17141714

17151715
[`activitystrea.ms`] by James Snell and Evan Prodromou is the long-standing
17161716
JavaScript builder for ActivityStreams 2 JSON-LD documents. Unlike the

docs/manual/uri-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,8 @@ federation.setActorDispatcher(
502502
~~~~
503503

504504

505-
Standalone `@fedify/uri-template` package {#uri-template-package}
506-
-----------------------------------------------------------------
505+
Standalone `@fedify/uri-template` package {#uri-template-package}
506+
--------------------------------------------------------------------------------
507507

508508
The routing engine described above is published on its own as the
509509
[`@fedify/uri-template`][@fedify/uri-template] package. It has zero runtime

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.11"
8+
version = "0.4.3"
99

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

0 commit comments

Comments
 (0)