diff --git a/.remarkrc b/.remarkrc new file mode 100644 index 0000000000000..5ad9ef075cb1a --- /dev/null +++ b/.remarkrc @@ -0,0 +1,7 @@ +{ + "plugins": [ + "remark-preset-lint-recommended", + "remark-preset-lint-consistent", + "remark-preset-lint-markdown-style-guide" + ] +} diff --git a/.stickler.yml b/.stickler.yml new file mode 100644 index 0000000000000..19e5a7b2be6f9 --- /dev/null +++ b/.stickler.yml @@ -0,0 +1,4 @@ +--- +linters: + remarklint: + fixer: true diff --git a/example.md b/example.md new file mode 100644 index 0000000000000..e87b2a5bc768a --- /dev/null +++ b/example.md @@ -0,0 +1,3 @@ +* Hello + +[World][] diff --git a/free-programming-books.md b/free-programming-books.md index e6904fa4f51c5..2a51c347458bb 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -2600,5 +2600,6 @@ Kerridge (PDF) (email address *requested*, not required) ### xBase (dBase / Clipper / Harbour) * [Application Development with Harbour](https://en.wikibooks.org/wiki/Application_Development_with_Harbour) - Wikibooks +* Clipper Tutorial: a Guide to Open Source Clipper(s)](https://en.wikibooks.org/wiki/Clipper_Tutorial%3A_a_Guide_to_Open_Source_Clipper(s)) - Wikibooks * [CA-Clipper 5.2 Norton Guide](http://www.ousob.com/ng/clguide/) * [Clipper Tutorial: a Guide to Open Source Clipper(s)](https://en.wikibooks.org/wiki/Clipper_Tutorial%3A_a_Guide_to_Open_Source_Clipper(s)) - Wikibooks