@podlite/markdown 0.0.26 → 0.0.28
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/CHANGELOG.podlite +47 -0
- package/lib/index.cjs +43 -25
- package/lib/index.cjs.map +4 -4
- package/lib/index.esm.js +415 -45
- package/lib/index.esm.js.map +4 -4
- package/package.json +20 -5
- package/src/tools.ts +14 -5
- package/tsconfig.tsbuildinfo +1 -1
- package/CHANGELOG.md +0 -47
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# @podlite/markdown
|
|
2
|
+
|
|
3
|
+
=head1 Upcoming
|
|
4
|
+
|
|
5
|
+
=head1 0.0.16
|
|
6
|
+
|
|
7
|
+
=item added alignment for column contents ( #9 )
|
|
8
|
+
|
|
9
|
+
=head1 0.0.14
|
|
10
|
+
|
|
11
|
+
=item avoid add `caption` element if title empty
|
|
12
|
+
|
|
13
|
+
=head1 0.0.12
|
|
14
|
+
|
|
15
|
+
=item implement inline `$...$` and block `$$...$$` formulas
|
|
16
|
+
|
|
17
|
+
=head1 0.0.9
|
|
18
|
+
|
|
19
|
+
=item implement `mermaid` support
|
|
20
|
+
|
|
21
|
+
=head1 0.0.7
|
|
22
|
+
|
|
23
|
+
=item `=markdown` now is standard block
|
|
24
|
+
|
|
25
|
+
=head1 0.0.6
|
|
26
|
+
|
|
27
|
+
=item refactor tests
|
|
28
|
+
|
|
29
|
+
=head1 0.0.5
|
|
30
|
+
|
|
31
|
+
=item refactor
|
|
32
|
+
|
|
33
|
+
=head1 0.0.4
|
|
34
|
+
|
|
35
|
+
=item fix export
|
|
36
|
+
|
|
37
|
+
=head1 0.0.3
|
|
38
|
+
|
|
39
|
+
=item update deps
|
|
40
|
+
|
|
41
|
+
=head1 0.0.2
|
|
42
|
+
|
|
43
|
+
=item update build
|
|
44
|
+
|
|
45
|
+
=head1 0.0.1
|
|
46
|
+
|
|
47
|
+
=item initial release
|