dogfen 2026.1023.0 → 2026.1024.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 +1 -1
- package/dist/dogfen.js +1519 -1251
- package/dist/dogfen.katex.min.js +88 -88
- package/dist/dogfen.katex.readonly.min.js +94 -94
- package/dist/dogfen.min.js +93 -93
- package/dist/dogfen.readonly.min.js +83 -83
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -67,7 +67,7 @@ Example: <https://dogfen.dayl.in/read-only?code=nim&href=https://raw.githubuserc
|
|
|
67
67
|
|
|
68
68
|
If you need support for katex rendering append `/katex` to the src url to get a bundle with katex
|
|
69
69
|
|
|
70
|
-
###
|
|
70
|
+
### read-only
|
|
71
71
|
|
|
72
72
|
If you are using read-only mode and won't need the editor append `/read-only` (or `/katex/read-only`) to the src url to get a bundle without codemirror
|
|
73
73
|
|