toavinar
Results
1
comments of
toavinar
Of course, here is my workaround for line-numbers : `index.html` : ```javascript window.$docsify = { markdown: { code: function(code, lang) { return (''+code+'') } }, plugins: [ function (hook, vm)...