New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

docsify-material-icons

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docsify-material-icons

A simple Material Icons plugin for Docsify

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
23
-23.33%
Maintainers
0
Weekly downloads
 
Created
Source

docsify-material-icons

Material Icons plugin for Docsify.

Install

  • Insert Material Icons CSS into docsify document (index.html)
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp" rel="stylesheet"/>
  • Then insert script plugin into same document
<script src="//unpkg.com/docsify-material-icons/dist/docsify-material-icons.min.js"></script>

Usage

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

:mi-two-tone check_circle green:

This code is converted to :

<i class="material-icons-two-tone">check_circle</i>

Example

License

Apache License

TODO

  • Better parser to escape code sections

Keywords

Docsify

FAQs

Package last updated on 30 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts