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

Annoying <p class="styleguide"> generated listing CSS styles commented #261

Open
nicoguefveneu opened this issue May 4, 2016 · 1 comment

Comments

@nicoguefveneu
Copy link

Hello,

I got the following HTML generated in the index.html and the basics.html (above the CSS declarations) :
<p class="styleguide">[OK Button]: basics.html#OK Button [Search Input]: basics.html#Search Input</p>

I have two comments in a LESS file ("OK Button" and "Search Input").

It's pretty annoying, how is it possible to get rid of that ?
It's not displayed in your "hologram example".

Thanks !

@robertbasden
Copy link

robertbasden commented Jun 28, 2016

Hi there,

I was also having this issue, it turned out that it was caused by having things like:

---
title: Colors
name: 1 colors
category: Basics
---

in my front matter (I was using the "1" to force the correct ordering, think I saw that as a suggestion on stack overflow or something), its the space thats causing the issues.

The fix is just to do:

---
title: Colors
name: 1-colors
category: Basics
---

Or in your case using OK-Button and Search-Input, I believe these are only used for URLS so shouldn't display anywhere.

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

2 participants