mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Trivial code move in demo web page for consistency.
This commit is contained in:
parent
5684685d5b
commit
32d4fc8232
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
(function main() {
|
||||
// Dependencies
|
||||
var markdownit = window.markdownit({ "html": true });
|
||||
var markdownlint = window.markdownlint.library;
|
||||
var helpers = window.markdownlint.helpers;
|
||||
|
||||
|
@ -15,7 +16,6 @@
|
|||
var copyLink = document.getElementById("copyLink");
|
||||
|
||||
// Variables
|
||||
var markdownit = window.markdownit({ "html": true });
|
||||
var newLineRe = /\r\n|\r|\n/;
|
||||
var hashPrefix = "%m";
|
||||
var allLintErrors = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue