0.0.9 • Published 1 year ago

docsify-fontawesome v0.0.9

Weekly downloads
113
License
Apache-2.0
Repository
github
Last release
1 year ago

docsify-fontawesome

FontAwesome plugin for Docsify.

Install

  1. Insert FontAwesome CSS into docsify document (index.html)
<link rel="stylesheet" href="unpkg.com/@fortawesome/fontawesome-free/css/fontawesome.css" />
<link rel="stylesheet" href="unpkg.com/@fortawesome/fontawesome-free/css/brands.css" />
<link rel="stylesheet" href="unpkg.com/@fortawesome/fontawesome-free/css/regular.css" />
<link rel="stylesheet" href="unpkg.com/@fortawesome/fontawesome-free/css/solid.css" />
  1. Then insert script plugin into same document
<script src="//unpkg.com/docsify-fontawesome/dist/docsify-fontawesome.min.js"></script>

Usage

Any text inside of : character is processed as CSS style and converted to HTML code for FontAwesome, example:

:fas fa-home fa-fw:

This code is converted to :

<i class="fas fa-home fa-fw"></i>

Example

  1. Run npm run build
  2. Run npm run example
  3. Go to http://localhost:3000/

License

Apache License

TODO

  • Better parser to escape code sections
0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

2 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago