-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make deps vendorable and pin esm.sh deps (#83)
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,16 +7,16 @@ | |
|
||
export { emojify } from "https://deno.land/x/[email protected]/mod.ts"; | ||
|
||
export * as Marked from "https://esm.sh/[email protected]/"; | ||
export * as Marked from "https://esm.sh/[email protected]?pin=v135"; | ||
|
||
export { default as GitHubSlugger } from "https://esm.sh/[email protected]/"; | ||
export { default as GitHubSlugger } from "https://esm.sh/[email protected]?pin=v135"; | ||
|
||
export { gfmHeadingId } from "https://esm.sh/[email protected]/"; | ||
export { gfmHeadingId } from "https://esm.sh/[email protected]?pin=v135"; | ||
|
||
export { default as Prism } from "https://esm.sh/[email protected]"; | ||
export { default as Prism } from "https://esm.sh/[email protected]?pin=v135"; | ||
|
||
export { default as sanitizeHtml } from "https://esm.sh/[email protected]?target=esnext"; | ||
export { default as sanitizeHtml } from "https://esm.sh/[email protected]?target=esnext&pin=v135"; | ||
|
||
export { escape as htmlEscape } from "https://esm.sh/[email protected]"; | ||
export { escape as htmlEscape } from "https://esm.sh/[email protected]?pin=v135"; | ||
|
||
export { default as katex } from "https://esm.sh/[email protected]/dist/katex.mjs"; | ||
export { default as katex } from "https://esm.sh/[email protected]/dist/katex.mjs?pin=v135"; |