atproxy 0.0.0-experimental-181e2a1 → 0.0.0-experimental-9f10d2f
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 +7 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,13 +15,17 @@
|
|
|
15
15
|
⬆️ H3 MD heading
|
|
16
16
|
|
|
17
17
|
<h4>
|
|
18
|
-
*How it workds*
|
|
18
|
+
*How it workds*
|
|
19
19
|
</h4>
|
|
20
20
|
|
|
21
21
|
⬆️ H4 HTML heading with markdown
|
|
22
22
|
|
|
23
23
|
<div>
|
|
24
|
-
*How it workds*
|
|
24
|
+
*How it workds*
|
|
25
25
|
</div>
|
|
26
26
|
|
|
27
|
-
⬆️ HTML div with markdown
|
|
27
|
+
⬆️ HTML div with markdown
|
|
28
|
+
|
|
29
|
+
#### *How it workds*
|
|
30
|
+
|
|
31
|
+
⬆️ H4 MD heading with markdown
|