@marp-team/marp-core 3.8.1 → 3.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ _We will only explain features extended in marp-core._ Please refer to [Marpit f
|
|
|
44
44
|
**Marp Markdown** is a custom Markdown flavor based on [Marpit](https://marpit.marp.app) and [CommonMark](https://commonmark.org/). Following are principle differences from the original:
|
|
45
45
|
|
|
46
46
|
- **Marpit**
|
|
47
|
-
- Enabled [inline SVG slide](https://marpit.marp.app/inline-svg) and
|
|
47
|
+
- Enabled [inline SVG slide](https://marpit.marp.app/inline-svg), [CSS container query support and loose YAML parsing](https://marpit-api.marp.app/marpit#Marpit) by default.
|
|
48
48
|
|
|
49
49
|
* **CommonMark**
|
|
50
50
|
- For making secure, we will deny most of HTML tags used in Markdown by default. Allowed HTML tags are `<br>` only for now.
|