Shushik / gitbook-plugin-pretty-hint

Plugin for gitbook adding customized links

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pretty hints for gitbook

{% prettyhint %}Regular{% endprettyhint %}

{% prettyhint type="info" %}Info{% endprettyhint %}

{% prettyhint type="warn" %}Warning{% endprettyhint %}

{% prettyhint type="failure" %}Failure{% endprettyhint %}

{% prettyhint type="success" %}Success{% endprettyhint %}

{% prettyhint type="info" color="#C00" %}Use custom color example 1{% endprettyhint %}

{% prettyhint type="info" color="rgb(255, 0, 0)" %}Use custom color example 2{% endprettyhint %}

About

Plugin for gitbook adding customized links


Languages

Language:JavaScript 93.3%Language:CSS 6.7%