Skip to content

Commit 3a4f4fe

Browse files
committed
Add badges for GitHub commit activity, GitHub Actions workflow status, and NPM version
1 parent 5baf598 commit 3a4f4fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unicode Tex Character Converter for LaTeX/BibTeX
22

3+
![GitHub commit activity](https://img.shields.io/github/commit-activity/t/Mearman/Unicode-Tex-Character-Converter?style=for-the-badge&logo=GitHub&color=%23181717&link=https%3A%2F%2Fgithub.com%2FMearman%2FUnicode-Tex-Character-Converter%2Fcommits%2Fmain%2F)
4+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Mearman/Unicode-Tex-Character-Converter/test.yml?branch=main&style=for-the-badge&logo=githubactions&link=https%3A%2F%2Fgithub.com%2FMearman%2FUnicode-Tex-Character-Converter%2Factions)
5+
![NPM Version](https://img.shields.io/npm/v/unicode-tex-character-converter?style=for-the-badge&logo=npm&color=CC3534&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Funicode-tex-character-converter)
6+
37
This TypeScript library facilitates the conversion among Unicode characters, their codepoints, and corresponding LaTeX/BibTeX commands. For instance:
48

59
- `α` -> `U+03B1`

0 commit comments

Comments
 (0)