We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87386d6 commit 4a35175Copy full SHA for 4a35175
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [10.0.1]
2
+- Fix parsing of table cells containing `+`
3
+- Improve detection of numeric table cells
4
+
5
## [10.0.0]
6
- `isOrg*Url` / `parseOrg*Url` functions are renamed from `*Url` to `*Search`
7
- `OrgFileLink.parse` now recognizes `id:` links
pubspec.yaml
@@ -1,6 +1,6 @@
name: org_parser
description: A pure-Dart parser for Emacs Org Mode (https://orgmode.org) markup
-version: 10.0.0
+version: 10.0.1
homepage: https://github.com/amake/org_parser
environment:
0 commit comments