I am trying to get styledocco to work with the project I am working on. I am using the less version of Bootstrap and the Aurelia framework. I am able to Generate documentation for my project using the following command: styledocco -n "heimdall-uiapp" -o src/styleguide --preprocessor "less src/less/*" styles. I have added the following comment to one of my custom less files and I have prefixed my HTML with 4 spaces (I also also tried to "```" notation as well):
/*
Base
===============
Standard Bootstrap button
<button class="btn btn-primary">Button</button>
*/
But when I view my documentation I get the following view. How would I resolve this issue? I can provide any additional information.
Some additional information. I have a main LESS file where I am importing all the Bootstrap LESS files, and then importing the customize LESS files.
