crossnote 0.8.6 → 0.8.8

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
@@ -75,6 +75,9 @@ main();
75
75
 
76
76
  ```js
77
77
  const config = {
78
+ // File of extensions to be included in the notebook
79
+ markdownFileExtensions: [".md", ".markdown", ".mdown", ".mkdn", ".mkd", ".rmd", ".qmd"],
80
+
78
81
  // Enable this option will render markdown by pandoc instead of markdown-it.
79
82
  usePandocParser: false,
80
83