Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am getting a second level navigation when I try to add HTML code to my comments #133

Open
herrjosua opened this issue Jul 18, 2016 · 1 comment

Comments

@herrjosua
Copy link

herrjosua commented Jul 18, 2016

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.

screen shot 2016-07-18 at 14 06 10

@herrjosua
Copy link
Author

Appears to be a Chrome issue. I just tested in Firefox, and it is working correctly..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant