@@ -43,8 +43,8 @@ mapping*, *Code migration*, *Data migration*, *Common pitfalls*, and a small
4343worked 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
5050the 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
633633by 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
11531153that is not federation.
11541154
11551155
1156- From hand-rolled Express code {#hand-rolled}
1157- --------------------------------------------
1156+ From hand-rolled Express code {#hand-rolled}
1157+ --------------------------------------------------------------------------------
11581158
11591159The de-facto starting point for hand-rolled Node.js ActivityPub bots is
11601160Darius Kazemi's [ ` express-activitypub ` ] reference implementation, and most
@@ -1709,8 +1709,8 @@ deliveries are queued and retried, and you are no longer maintaining an
17091709in-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
17161716JavaScript builder for ActivityStreams 2 JSON-LD documents. Unlike the
0 commit comments