mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-17 09:10:08 +00:00
docs: unifiy markdown lists format
This commit is contained in:
parent
8d499c5105
commit
4a50b27d65
3 changed files with 23 additions and 22 deletions
|
@ -33,9 +33,9 @@ Built with <i class="fas fa-heart"></i> by Relearn and Hugo
|
||||||
|
|
||||||
Font Awesome provides many ways to modify the icon
|
Font Awesome provides many ways to modify the icon
|
||||||
|
|
||||||
* Change color (by default the icon will inherit the parent color)
|
- Change color (by default the icon will inherit the parent color)
|
||||||
* Increase or decrease size
|
- Increase or decrease size
|
||||||
* Rotate
|
- Rotate
|
||||||
* Combine with other icons
|
- 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.
|
Check the full documentation on [web fonts with CSS](https://fontawesome.com/how-to-use/web-fonts-with-css) for more.
|
||||||
|
|
|
@ -583,9 +583,10 @@ Named anchors enable you to jump to the specified anchor point on the same page.
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
# Table of Contents
|
# Table of Contents
|
||||||
* [Chapter 1](#chapter-1)
|
|
||||||
* [Chapter 2](#chapter-2)
|
- [Chapter 1](#chapter-1)
|
||||||
* [Chapter 3](#chapter-3)
|
- [Chapter 2](#chapter-2)
|
||||||
|
- [Chapter 3](#chapter-3)
|
||||||
```
|
```
|
||||||
|
|
||||||
will jump to these sections:
|
will jump to these sections:
|
||||||
|
|
|
@ -13,21 +13,21 @@ Many thanks to [Andy Miller](https://github.com/rhukster) for initially creating
|
||||||
|
|
||||||
## Packages and libraries
|
## Packages and libraries
|
||||||
|
|
||||||
* [autoComplete](https://github.com/Pixabay/JavaScript-autoComplete) - A lightweight and powerful vanilla JavaScript completion suggester
|
- [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
|
- [clipboard.js](https://clipboardjs.com) - A modern approach to copy text to clipboard
|
||||||
* [Featherlight](https://noelboss.github.io/featherlight) - A lightweight jQuery lightbox plugin
|
- [Featherlight](https://noelboss.github.io/featherlight) - A lightweight jQuery lightbox plugin
|
||||||
* [Font Awesome](https://fontawesome.com) - The internet's icon library and toolkit
|
- [Font Awesome](https://fontawesome.com) - The internet's icon library and toolkit
|
||||||
* [jQuery](https://jquery.com) - The "Write less, do more" JavaScript library
|
- [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
|
- [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
|
- [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
|
- [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
|
- [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
|
- [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
|
- [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
|
- [WorkSans](http://weiweihuanghuang.github.io/Work-Sans/) - Work Sans is a 9 weight typeface family based loosely on early Grotesques
|
||||||
|
|
||||||
## Tooling
|
## Tooling
|
||||||
|
|
||||||
* [GitHub](https://github.com) - Continuous deployement, testing and hosting of this project's sources and its documentation
|
- [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
|
- [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
|
- [Hugo](https://gohugo.io/) - The static site generator of your choice
|
||||||
|
|
Loading…
Add table
Reference in a new issue