@podlite/markdown 0.0.33 → 0.0.34
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 +4 -0
- package/lib/index.cjs +41 -41
- package/lib/index.cjs.map +4 -4
- package/lib/index.esm.js +558 -524
- package/lib/index.esm.js.map +4 -4
- package/package.json +2 -2
package/CHANGELOG.podlite
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
=head1 Upcoming
|
|
4
4
|
|
|
5
|
+
=head1 0.0.34
|
|
6
|
+
|
|
7
|
+
=item parse fenced code block attributes into structured config items (Specification.pod6 §2327-2407). C<```python :line-numbers :highlight<2,5-7> :caption<Example>> now produces an AST equivalent to C<=code :lang<python> :line-numbers :highlight<2,5-7> :caption<Example>>, replacing the previous raw C<:meta<string>> storage. Malformed attribute strings degrade gracefully — only C<:lang> survives (per spec §2380-2383). All seven configuration value types (Boolean, Integer, String, List, Hash) are accepted via the shared C<parseAttributes()> helper from C<@podlite/schema>
|
|
8
|
+
|
|
5
9
|
=head1 0.0.16
|
|
6
10
|
|
|
7
11
|
=item added alignment for column contents ( #9 )
|