An open API service indexing awesome lists of open source software.

https://github.com/usbashka/markdown2unicode

Converter from markdown notation to unicode characters
https://github.com/usbashka/markdown2unicode

markdown pyqt5 unicode

Last synced: 29 days ago
JSON representation

Converter from markdown notation to unicode characters

Awesome Lists containing this project

README

          

# markdown2unicode
Converter from markdown notation to unicode characters

## Formatting

| Markdown | Unicode |
|---------------|---------------|
| `**bold**` | 𝗯𝗼𝗹𝗱 |
| `*italic*` | π˜ͺ𝘡𝘒𝘭π˜ͺ𝘀 |
| `***both***` | 𝙗𝙀𝙩𝙝 |
| `` `mono` `` | πš–πš˜πš—πš˜ |

## UI

![image](https://user-images.githubusercontent.com/51191280/193835412-c91603fd-d0c0-4610-92fc-c65aeebdef63.png)

## TODO

- [x] Basic formatting
- [x] Copying to clipboard
- [ ] Sub- and supscipt
- [ ] Stroked text
- [ ] Lists
- [ ] Headers