markdownlint/demo
Mark Lodato 6c8ef48f94
Update MD051/link-fragments to support id attributes on non-a elements (fixes #538).
The `name` is only an anchor on `a` elements, but `id` is a universal
attribute on all elements.

Also fix match on id/name to be complete, not just a suffix.
2022-07-27 21:42:05 -07:00
..
default.css Add options.resultVersion for more detailed error reporting (fixes #23). 2016-10-23 21:30:31 -07:00
default.htm Change demo web page to use SVG favicon (leave previous ICO around). 2022-06-06 22:11:29 -07:00
default.js Make resultVersion 3 (report multiple errors per line, include fixInfo) the default. 2022-04-21 21:30:56 -07:00
favicon.ico Add favicon.ico, modify demo build script to copy markdown-it locally. 2015-05-07 17:53:44 -07:00
favicon.svg Change demo web page to use SVG favicon (leave previous ICO around). 2022-06-06 22:11:29 -07:00
markdownlint-browser.js Update MD051/link-fragments to support id attributes on non-a elements (fixes #538). 2022-07-27 21:42:05 -07:00
tsconfig.json Change markdownlint-browser.js TypeScript configuration to generate code for "es2015" ("es6") from the default of "es3" so that generated code for for..of will behave correctly, revert previous workaround for same. 2022-06-02 21:42:48 -07:00
webpack.config.js Refactor/simplify helpers.getPreferredLineEnding to use os.EOL instead of process.platform. 2022-05-06 21:04:34 -07:00