Living Styleguide

Version 0.14.5

2.3.5 #DocumentationGuide.Misc.HideMarkup

HideMarkup

HideMarkup is used to render only the example — and not render the markup code — when using the Markup.

// ...
//
// Markup:
// <button class="kss-demo kss-demo-btn">Button</button>
//
// HideMarkup:
//
// ...

Notice that no markup code is rendered for the example below.

Example