# x2md

[![npm version](https://badge.fury.io/js/@msn088%2Fx2md.svg?icon=si%3Anpm)](https://badge.fury.io/js/@msn088%2Fx2md)
[![install size](https://packagephobia.com/badge?p=@msn088/x2md)](https://packagephobia.com/result?p=@msn088/x2md)
[![codecov](https://codecov.io/gh/F88/x2md/branch/main/graph/badge.svg?token=TNBVNCPR6C)](https://codecov.io/gh/F88/x2md)

[![Node.js CI (npm)](https://github.com/F88/x2md/actions/workflows/nodejs-ci-npm.yml/badge.svg)](https://github.com/F88/x2md/actions/workflows/nodejs-ci-npm.yml)
[![Publish package to npmjs.com](https://github.com/F88/x2md/actions/workflows/npm-publish-to-npmjs.yml/badge.svg?branch=main)](https://github.com/F88/x2md/actions/workflows/npm-publish-to-npmjs.yml)

Collection of small utilities that convert input values into strings suitable for Markdown formatting.

## See Also

[Documents generated by api-documenter](https://github.com/F88/x2md/tree/main/docs/index.md)

## References

- [GitHub Flavored Markdown Spec](https://github.github.com/gfm/)
- [CommonMark Spec](https://spec.commonmark.org/)
- [CommonMark.org](https://commonmark.org/)
