0.6.20 • Published 1 month ago

remark-typography v0.6.20

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Install

This package is not pure ESM, you can require it.

npm i remark-typography

Quick Take

import { strict as assert } from "assert";
import { remark } from "remark";

import fixTypography from "remark-typography";

(async () => {
  assert.equal(
    (await remark().use(fixTypography, {}).process("Yes that's true but..."))
      .toString()
      .trim(),
    "Yes that\u2019s true\u00A0but\u2026",
  );
})();

Documentation

Please visit codsen.com for a full description of the API.

Contributing

To report bugs or request features or assistance, raise an issue on GitHub.

Licence

MIT License.

Copyright © 2010-2024 Roy Revelt and other contributors.

0.6.20

1 month ago

0.6.19

1 month ago

0.6.18

3 months ago

0.6.17

4 months ago

0.6.16

5 months ago

0.6.15

8 months ago

0.6.12

11 months ago

0.6.11

12 months ago

0.6.14

8 months ago

0.6.13

10 months ago

0.6.7

1 year ago

0.6.6

1 year ago

0.6.9

12 months ago

0.6.8

12 months ago

0.6.10

12 months ago

0.6.3

1 year ago

0.6.5

1 year ago

0.6.4

1 year ago

0.4.9

1 year ago

0.4.8

2 years ago

0.5.4

1 year ago

0.4.5

2 years ago

0.6.2

1 year ago

0.5.3

1 year ago

0.4.4

2 years ago

0.4.7

2 years ago

0.4.6

2 years ago

0.5.0

1 year ago

0.4.1

2 years ago

0.4.0

2 years ago

0.6.1

1 year ago

0.5.2

1 year ago

0.4.3

2 years ago

0.3.4

2 years ago

0.6.0

1 year ago

0.5.1

1 year ago

0.4.2

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago