sketchmark 0.1.9 → 0.2.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/dist/index.cjs CHANGED
@@ -836,6 +836,7 @@ function parse(src) {
836
836
  v === "config" || // ← ADD
837
837
  v === "theme" || // ← ADD
838
838
  v === "style" ||
839
+ v === "markdown" ||
839
840
  CHART_TYPES.includes(v)) {
840
841
  break;
841
842
  }