From 4a50b27d65a2483cd3ee2ae56f5fdf2cc2327dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 16 Jul 2022 12:07:29 +0200 Subject: [PATCH] docs: unifiy markdown lists format --- exampleSite/content/cont/icons.en.md | 8 ++--- exampleSite/content/cont/markdown.en.md | 7 +++-- exampleSite/content/more/credits/_index.en.md | 30 +++++++++---------- 3 files changed, 23 insertions(+), 22 deletions(-) diff --git a/exampleSite/content/cont/icons.en.md b/exampleSite/content/cont/icons.en.md index 013bf8cf31..ee73aedf5c 100644 --- a/exampleSite/content/cont/icons.en.md +++ b/exampleSite/content/cont/icons.en.md @@ -33,9 +33,9 @@ Built with by Relearn and Hugo Font Awesome provides many ways to modify the icon -* Change color (by default the icon will inherit the parent color) -* Increase or decrease size -* Rotate -* Combine with other icons +- Change color (by default the icon will inherit the parent color) +- Increase or decrease size +- Rotate +- Combine with other icons Check the full documentation on [web fonts with CSS](https://fontawesome.com/how-to-use/web-fonts-with-css) for more. diff --git a/exampleSite/content/cont/markdown.en.md b/exampleSite/content/cont/markdown.en.md index ac9d5880f8..b2485902d5 100644 --- a/exampleSite/content/cont/markdown.en.md +++ b/exampleSite/content/cont/markdown.en.md @@ -583,9 +583,10 @@ Named anchors enable you to jump to the specified anchor point on the same page. ```markdown # Table of Contents - * [Chapter 1](#chapter-1) - * [Chapter 2](#chapter-2) - * [Chapter 3](#chapter-3) + +- [Chapter 1](#chapter-1) +- [Chapter 2](#chapter-2) +- [Chapter 3](#chapter-3) ``` will jump to these sections: diff --git a/exampleSite/content/more/credits/_index.en.md b/exampleSite/content/more/credits/_index.en.md index 31d5346d87..c17062f34c 100644 --- a/exampleSite/content/more/credits/_index.en.md +++ b/exampleSite/content/more/credits/_index.en.md @@ -13,21 +13,21 @@ Many thanks to [Andy Miller](https://github.com/rhukster) for initially creating ## Packages and libraries -* [autoComplete](https://github.com/Pixabay/JavaScript-autoComplete) - A lightweight and powerful vanilla JavaScript completion suggester -* [clipboard.js](https://clipboardjs.com) - A modern approach to copy text to clipboard -* [Featherlight](https://noelboss.github.io/featherlight) - A lightweight jQuery lightbox plugin -* [Font Awesome](https://fontawesome.com) - The internet's icon library and toolkit -* [jQuery](https://jquery.com) - The "Write less, do more" JavaScript library -* [jquery-svg-zoom-pan](https://github.com/DanielHoffmann/jquery-svg-pan-zoom) - A jQuery plugin to enable pan and zoom in SVG images -* [Lunr](https://lunrjs.com) - Enables a great search experience without the need for external, server-side, search services -* [MathJax](https://mathjax.org/) - Beautiful math and chemical formulae in all browsers -* [Mermaid](https://mermaid-js.github.io/mermaid) - Generation of diagram and flowchart from text in a similar manner as markdown -* [Perfect Scrollbar](https://perfectscrollbar.com) - A minimalistic but perfect custom scrollbar plugin -* [RapiDoc](https://mrin9.github.io/RapiDoc) - Create beautiful, customizable, interactive API documentation from OpenAPI Specifications -* [WorkSans](http://weiweihuanghuang.github.io/Work-Sans/) - Work Sans is a 9 weight typeface family based loosely on early Grotesques +- [autoComplete](https://github.com/Pixabay/JavaScript-autoComplete) - A lightweight and powerful vanilla JavaScript completion suggester +- [clipboard.js](https://clipboardjs.com) - A modern approach to copy text to clipboard +- [Featherlight](https://noelboss.github.io/featherlight) - A lightweight jQuery lightbox plugin +- [Font Awesome](https://fontawesome.com) - The internet's icon library and toolkit +- [jQuery](https://jquery.com) - The "Write less, do more" JavaScript library +- [jquery-svg-zoom-pan](https://github.com/DanielHoffmann/jquery-svg-pan-zoom) - A jQuery plugin to enable pan and zoom in SVG images +- [Lunr](https://lunrjs.com) - Enables a great search experience without the need for external, server-side, search services +- [MathJax](https://mathjax.org/) - Beautiful math and chemical formulae in all browsers +- [Mermaid](https://mermaid-js.github.io/mermaid) - Generation of diagram and flowchart from text in a similar manner as markdown +- [Perfect Scrollbar](https://perfectscrollbar.com) - A minimalistic but perfect custom scrollbar plugin +- [RapiDoc](https://mrin9.github.io/RapiDoc) - Create beautiful, customizable, interactive API documentation from OpenAPI Specifications +- [WorkSans](http://weiweihuanghuang.github.io/Work-Sans/) - Work Sans is a 9 weight typeface family based loosely on early Grotesques ## Tooling -* [GitHub](https://github.com) - Continuous deployement, testing and hosting of this project's sources and its documentation -* [gren](https://github.com/github-tools/github-release-notes) - A releasenotes generator for GitHub -* [Hugo](https://gohugo.io/) - The static site generator of your choice +- [GitHub](https://github.com) - Continuous deployement, testing and hosting of this project's sources and its documentation +- [gren](https://github.com/github-tools/github-release-notes) - A releasenotes generator for GitHub +- [Hugo](https://gohugo.io/) - The static site generator of your choice