mdka 2.1.4 → 2.1.6

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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,14 +5,15 @@
5
5
  [![crates.io](https://img.shields.io/crates/v/mdka?label=rust)](https://crates.io/crates/mdka)
6
6
  [![npm](https://img.shields.io/npm/v/mdka)](https://www.npmjs.com/package/mdka)
7
7
  [![pypi](https://img.shields.io/pypi/v/mdka)](https://www.pypi.org/project/mdka)
8
- [![License](https://img.shields.io/github/license/nabbisen/mdka-rs)](https://github.com/nabbisen/mdka-rs/blob/main/LICENSE)
9
-
8
+ [![License](https://img.shields.io/github/license/nabbisen/mdka-rs)](https://github.com/nabbisen/mdka-rs/blob/main/LICENSE)
10
9
  [![Documentation](https://docs.rs/mdka/badge.svg?version=latest)](https://docs.rs/mdka)
11
10
  [![Dependency Status](https://deps.rs/crate/mdka/latest/status.svg)](https://deps.rs/crate/mdka)
12
11
  [![Executable](https://github.com/nabbisen/mdka-rs/actions/workflows/release-executable.yaml/badge.svg)](https://github.com/nabbisen/mdka-rs/actions/workflows/release-executable.yaml)
13
12
  [![npm](https://github.com/nabbisen/mdka-rs/actions/workflows/release-npm.yaml/badge.svg)](https://github.com/nabbisen/mdka-rs/actions/workflows/release-npm.yaml)
14
13
  [![PyPi](https://github.com/nabbisen/mdka-rs/actions/workflows/release-pypi.yaml/badge.svg)](https://github.com/nabbisen/mdka-rs/actions/workflows/release-pypi.yaml)
15
14
 
15
+ ![logo](/docs/src/assets/logo.png)
16
+
16
17
  mdka balances conversion quality with runtime efficiency —
17
18
  readable output from real-world HTML, without sacrificing speed or memory.
18
19
  "ka" means "化 (か)" pointing to conversion.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "mdka",
3
- "version": "2.1.4",
3
+ "version": "2.1.6",
4
4
  "description": "A HTML to Markdown converter that balances conversion quality with runtime efficiency written in Rust",
5
- "author": "nabbisen<nabbisen@scqr.net>",
5
+ "author": "nabbisen",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",