Breaking Unicodeβs best practices since 2024
Convert extended Markdown syntax into special Unicode characters that work anywhere that text does.
**text** -> ππ²π
π
Feature | Markdown | Converted |
---|---|---|
Bold | **text** | ππ²π π |
Italics | *text* | π΅π¦πΉπ΅ |
Bold + Italics | ***text*** | π©πππ© |
Monospace | `text` | πππ‘π |
Strikethrough | ~~text~~ | tΜΆeΜΆxΜΆtΜΆ |
Underline | __text__ | tΝeΝxΝtΝ |
Cursive | ~text~ | πβ―ππ |
Emoji | \:βtadaβ\: | π |
Press the global keybind (default Ctrl+M) in any application in order to have all text in the current input area converted!
Escaping characters also works! Put backslashes in front of text in order to stop them from being converted!
\*text\* -> *text*
To build the project for yourself, first, download the project.
git clone https://github.com/ugackMiner53/Unimark.git
Once you have the project, you can run it by calling
./gradlew run
or build it with
./gradlew shadowJar
Contributions are welcome! Submit a pull request here and it will be reviewed shortly!