SassDoc / sassdoc-theme-default

Default theme for SassDoc.
MIT License
10 stars 30 forks source link

Clear `@example` indentation #76

Closed pascalduez closed 9 years ago

pascalduez commented 9 years ago
/// hey
/// @example
///   @include mixin($arg);

We should give a try at pruning the first level indentation since it's rendered in the theme.

benjaminreid commented 9 years ago

Yeah, I just ran into this and it'd be nice for the indentation to start out properly.

valeriangalliat commented 9 years ago

Shouldn't we do this at parser level?