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
- Host: GitHub
- URL: https://github.com/usbashka/markdown2unicode
- Owner: USBashka
- License: gpl-3.0
- Created: 2022-08-04T15:12:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T19:52:41.000Z (over 3 years ago)
- Last Synced: 2025-02-07T13:29:49.155Z (over 1 year ago)
- Topics: markdown, pyqt5, unicode
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# markdown2unicode
Converter from markdown notation to unicode characters
## Formatting
| Markdown | Unicode |
|---------------|---------------|
| `**bold**` | π―πΌπΉπ± |
| `*italic*` | πͺπ΅π’ππͺπ€ |
| `***both***` | ππ€π©π |
| `` `mono` `` | ππππ |
## UI

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