Skip to content

Commit

Permalink
Fix katex rendering in sideloading spec
Browse files Browse the repository at this point in the history
  • Loading branch information
AljoschaMeyer committed Oct 25, 2024
1 parent 23a5a4d commit 4a4f81c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions willowtest/specs/sideloading.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { hsection } from "../../hsection.ts";
import { marginale } from "../../marginalia.ts";
import { field_access, function_call } from "../../pseudocode.ts";
import { asset } from "../../out.ts";
import { html5_dependency_css } from "../../html5.ts";

export const sideloading: Expression = site_template(
{
Expand All @@ -15,6 +16,7 @@ export const sideloading: Expression = site_template(
status: 'proposal',
},
[
html5_dependency_css("/named_assets/katex.min.css"),
pinformative("The ", r('WGPS'), " presents a way for two peers with an established connection to efficiently exchange data. But running the necessary infrastructure to establish such connections (e.g. a ", link("STUN server", "https://en.wikipedia.org/wiki/STUN"), ", ", link("distributed hash table", "https://en.wikipedia.org/wiki/Distributed_hash_table"), ", or relay servers) is a non-trivial task, limiting who can operate them."),
pinformative("The ", def("sideloading_protocol", "Willow Sideloading Protocol"), " presents a way for peers to transmit data to each other asynchronously and via completely user-improvised channels."),
pinformative("Instead of statefully coordinating which data to exchange, the Sideloading Protocol uses ", def({
Expand Down

0 comments on commit 4a4f81c

Please sign in to comment.