From: Lady Date: Wed, 20 Mar 2024 02:56:40 +0000 (-0400) Subject: Update djot.js to 0.3.1 X-Git-Url: https://git.ladys.computer/GitWikiWeb/commitdiff_plain Update djot.js to 0.3.1 --- diff --git a/build.js b/build.js index 97bb702..23b30bb 100644 --- a/build.js +++ b/build.js @@ -42,7 +42,7 @@ import { JSON_SCHEMA, parse as parseYaml, } from "https://deno.land/std@0.196.0/yaml/mod.ts"; -import djot from "npm:@djot/djot@0.2.4"; +import djot from "npm:@djot/djot@0.3.1"; import { Parser } from "npm:htmlparser2@9.0.0"; import { DomHandler, Element, Text } from "npm:domhandler@5.0.3"; import * as domutils from "npm:domutils@3.1.0";