feat: updated icons to Nucleo

This commit is contained in:
NGPixel
2017-06-18 18:35:33 -04:00
committed by Nicolas Giard
parent 1cb1c5acf9
commit 5312f5320a
34 changed files with 23389 additions and 1549 deletions

View File

@@ -37,7 +37,7 @@ var mkdown = md({
.use(mdAnchor, {
slugify: _.kebabCase,
permalink: true,
permalinkClass: 'toc-anchor icon-anchor',
permalinkClass: 'toc-anchor nc-icon-outline location_bookmark-add',
permalinkSymbol: '',
permalinkBefore: true
})