mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-22 12:54:06 +01:00
Update copyright year to 2019, all HTTP links to HTTPS.
This commit is contained in:
parent
045238740f
commit
90bd0810e7
16 changed files with 59 additions and 59 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<!-- Standard ASP.NET configuration; see http://go.microsoft.com/fwlink/?LinkId=169433 -->
|
||||
<!-- Standard ASP.NET configuration; see https://go.microsoft.com/fwlink/?LinkId=169433 -->
|
||||
<system.web>
|
||||
<compilation debug="false" targetFramework="4.0"/>
|
||||
</system.web>
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
<div class="flex-columns inset">
|
||||
<footer><a href="https://github.com/DavidAnson/markdownlint">markdownlint project on GitHub</a></footer>
|
||||
<div class="flex-fill"></div>
|
||||
<footer>Copyright © 2015-2018 by <a href="//dlaa.me/">David Anson</a></footer>
|
||||
<footer>Copyright © 2015-2019 by <a href="https://dlaa.me/">David Anson</a></footer>
|
||||
</div>
|
||||
</div>
|
||||
<script src="markdown-it.min.js"></script>
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@
|
|||
markdown.value = [
|
||||
"## Introduction",
|
||||
"",
|
||||
"`markdownlint` is a [Node.js](https://nodejs.org/)/[io.js](https://iojs.org/) style checker and lint tool for [Markdown](http://en.wikipedia.org/wiki/Markdown)/[CommonMark](http://commonmark.org/) files to automatically validate content, prevent rendering problems, and promote consistency.",
|
||||
"`markdownlint` is a [Node.js](https://nodejs.org/)/[io.js](https://iojs.org/) style checker and lint tool for [Markdown](https://en.wikipedia.org/wiki/Markdown)/[CommonMark](https://commonmark.org/) files to automatically validate content, prevent rendering problems, and promote consistency.",
|
||||
"This page offers an easy way to try it out interactively!",
|
||||
"",
|
||||
"#### Instructions",
|
||||
|
|
@ -158,8 +158,8 @@
|
|||
"#### Resources",
|
||||
"* [`markdownlint` on GitHub](https://github.com/DavidAnson/markdownlint)",
|
||||
"* [`markdownlint` on npm](https://www.npmjs.com/package/markdownlint)",
|
||||
"* [Markdown specification](http://daringfireball.net/projects/markdown/)",
|
||||
"*\t[CommonMark specification](http://commonmark.org/)",
|
||||
"* [Markdown specification](https://daringfireball.net/projects/markdown/)",
|
||||
"*\t[CommonMark specification](https://commonmark.org/)",
|
||||
"",
|
||||
"#### Thanks",
|
||||
"",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue