mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 22:40:13 +01:00
Add interactive demo page to show how markdownlint handles user content.
This commit is contained in:
parent
43f28b90c1
commit
dce6024e16
7 changed files with 178 additions and 1 deletions
8
demo/require-stub.js
Normal file
8
demo/require-stub.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
"use strict";
|
||||
|
||||
// Aliases "markdown-it" (expected) for "markdownit" (exported)
|
||||
function require(module) {
|
||||
if (module === "markdown-it") {
|
||||
return window.markdownit;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue