dogfen 2026.1023.0 → 2026.1025.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
@@ -1,5 +1,7 @@
1
1
  # dogfen
2
2
 
3
+ self-rendering ~markdown~ html documents
4
+
3
5
  ## usage
4
6
 
5
7
  Add the below oneliner to an existing markdown document:
@@ -42,7 +44,7 @@ Use a query parameter to set the content with the raw text data fetched from a u
42
44
 
43
45
  Example: <https://dogfen.dayl.in/read-only?href=https://raw.githubusercontent.com/daylinmorgan/dogfen/refs/heads/main/README.md>
44
46
 
45
- > [!Note]
47
+ > [!NOTE]
46
48
  > This base url (<https://dogfen.dayl.in/read-only>) loads a lighter bundle (without codemirror), you could also specifying this with a query parameter (`?read-only`)
47
49
 
48
50
 
@@ -67,7 +69,7 @@ Example: <https://dogfen.dayl.in/read-only?code=nim&href=https://raw.githubuserc
67
69
 
68
70
  If you need support for katex rendering append `/katex` to the src url to get a bundle with katex
69
71
 
70
- ### readonly
72
+ ### read-only
71
73
 
72
74
  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
75