https://github.com/emad-elsaid/markdowneditor
Markdown editor and viewer
https://github.com/emad-elsaid/markdowneditor
Last synced: 7 months ago
JSON representation
Markdown editor and viewer
- Host: GitHub
- URL: https://github.com/emad-elsaid/markdowneditor
- Owner: emad-elsaid
- Created: 2021-12-20T15:01:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T20:23:06.000Z (almost 4 years ago)
- Last Synced: 2025-01-18T09:34:14.824Z (9 months ago)
- Language: C++
- Size: 1.39 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Markdown Editor
===============This is an exercise for C++ and Raylib. It should view and edit text like a text
editor and it should also preview the format inline. links should be clickable for example.
images should be loaded and inlined...etc.So far it renders markdown partially and readonly. scroll with mouse wheel and doesn't wrap text when the line is too long