README.md in jekyll_flexible_include-2.0.11 vs README.md in jekyll_flexible_include-2.0.13
- old
+ new
@@ -35,9 +35,10 @@
unless <code>do_not_escape</code> is specified.
Note that the [square brackets] merely indicate optional parameters and are not intended to be written literally.
### Options
* `do_not_escape` includes the content without HTML escaping it.
+ * `highlight='regex pattern here'` wraps content matching the regex pattern within a `<span class='bg_yellow'></span>` tag.
* `pre` causes the included file to be wrapped inside a <pre></pre> tag, no label is generated. The <pre></pre> tag has an `data-lt-active="false"` attribute, so [LanguageTool](https://forum.languagetool.org/t/avoid-spell-check-on-certain-html-inputs-manually/3944) does not check the spelling or grammar of the contents.
The following options imply `pre`:
* `dark` applies the `dark` class to the generated <pre></pre> tag.
You can define the `dark` and `darkLabel` classes as desired.