foundation-sites-5
Version:
**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**
14 lines • 369 B
HTML
<div class="row">
<div class="large-6 columns">
<h4>HTML</h4>
{{#markdown}}
```html
<p aria-hidden="true">This text can be seen, but won't be read by a screen reader.</p>
```
{{/markdown}}
</div>
<div class="large-6 columns">
<h4>Rendered HTML</h4>
<p aria-hidden="true">This text can be seen, but won't be read by a screen reader.</p>
</div>
</div>