github maizzle/framework v4.2.0

latest releases: v4.8.4, v4.8.3, v4.8.2...
19 months ago

Added

Added a <not-plaintext> tag that you can use to discard content from a plaintext version while still keeping it in the HTML.

<div>Show everywhere</div>
<plaintext>Show in plaintext</plaintext>
<not-plaintext>
  <p>Show only in HTML</p>
</not-plaintext>

Plaintext:

Show everywhere
Show in plaintext

HTML:

<div>Show everywhere</div>
<p>Show only in HTML</p>

Fixed

Fixed an issue where plaintext: true in a template's Front Matter was not generating the plaintext file (#707, 254490e)

v4.1.2...v4.2.0

Don't miss a new framework release

NewReleases is sending notifications on new releases.