mdld-parse 0.3.5 → 0.4.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 +10 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -430,16 +430,18 @@ Therefore, the algebra is **closed**.
|
|
|
430
430
|
### Personal Knowledge Management
|
|
431
431
|
|
|
432
432
|
```markdown
|
|
433
|
-
|
|
433
|
+
[alice] <tag:alice@example.com,2026:>
|
|
434
|
+
|
|
435
|
+
# Meeting Notes {=alice:meeting-2024-01-15 .Meeting}
|
|
434
436
|
|
|
435
437
|
Attendees: {?attendee name}
|
|
436
438
|
|
|
437
|
-
- Alice {=
|
|
438
|
-
- Bob {=
|
|
439
|
+
- Alice {=alice:alice}
|
|
440
|
+
- Bob {=alice:bob}
|
|
439
441
|
|
|
440
442
|
Action items: {?actionItem name}
|
|
441
443
|
|
|
442
|
-
- Review proposal {=
|
|
444
|
+
- Review proposal {=alice:task-1}
|
|
443
445
|
```
|
|
444
446
|
|
|
445
447
|
### Developer Documentation
|
|
@@ -460,10 +462,12 @@ curl https://api.example.com/users/123
|
|
|
460
462
|
### Academic Research
|
|
461
463
|
|
|
462
464
|
```markdown
|
|
463
|
-
|
|
465
|
+
[alice] <tag:alice@example.com,2026:>
|
|
466
|
+
|
|
467
|
+
# Paper {=alice:paper-semantic-markdown .ScholarlyArticle}
|
|
464
468
|
|
|
465
469
|
[Semantic Web] {about}
|
|
466
|
-
[Alice Johnson] {=
|
|
470
|
+
[Alice Johnson] {=alice:alice-johnson ?author}
|
|
467
471
|
[2024-01] {datePublished ^^xsd:gYearMonth}
|
|
468
472
|
|
|
469
473
|
> This paper explores semantic markup in Markdown. {abstract @en}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mdld-parse",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "A standards-compliant parser for **MD-LD (Markdown-Linked Data)** — a human-friendly RDF authoring format that extends Markdown with semantic annotations.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|