anytomd 1.2.2

Pure Rust library that converts various document formats into Markdown
Documentation
```json
{
  "items": [
    {
      "id": 1,
      "name": "First"
    },
    {
      "id": 2,
      "name": "Second"
    }
  ],
  "metadata": {
    "author": "Test Author",
    "emoji": "🚀",
    "language": "한국어"
  },
  "tags": [
    "rust",
    "markdown",
    "converter"
  ],
  "title": "Sample Document",
  "version": 1
}
```