mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-13 17:18:37 +02:00
a67edd47dd
[why] The script just creates the 'database' or the cheat sheet, but the surrounding elements have to be added manually. We do not like 'manually'. [how] Take the current cheat sheet code and rip top and bottom off, to glue it to the generated 'database'. Also change the filename like the final file would be named. Well this is still not automated, but at least this is the first step in that direction. On the GH pages, there release and everyting is manual at the moment. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
15 lines
330 B
Plaintext
15 lines
330 B
Plaintext
</div>
|
|
|
|
<h3>Example Usages</h3>
|
|
|
|
<h4>CSS</h4>
|
|
|
|
<div class="center">
|
|
{% highlight html %}
|
|
I really <i class="nf nf-fa-heart"></i> <i class="nf nf-custom-vim"></i>
|
|
{% endhighlight %}
|
|
<span class="nerd-fonts-example-usage">
|
|
I really <i class="nf nf-fa-heart ow"></i> <i class="nf nf-custom-vim nfunc"></i>
|
|
</span>
|
|
</div>
|