anytomd 1.2.2

Pure Rust library that converts various document formats into Markdown
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "title": "Sample Document",
  "version": 1,
  "tags": ["rust", "markdown", "converter"],
  "metadata": {
    "author": "Test Author",
    "language": "한국어",
    "emoji": "🚀"
  },
  "items": [
    {"id": 1, "name": "First"},
    {"id": 2, "name": "Second"}
  ]
}