https://github.com/kyle-west/terminal-md
A simple Markdown interpreter to approximate the view of a Markdown file in the terminal.
https://github.com/kyle-west/terminal-md
Last synced: 3 months ago
JSON representation
A simple Markdown interpreter to approximate the view of a Markdown file in the terminal.
- Host: GitHub
- URL: https://github.com/kyle-west/terminal-md
- Owner: kyle-west
- License: mit
- Created: 2018-04-13T02:03:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-14T16:33:56.000Z (about 7 years ago)
- Last Synced: 2025-01-10T04:24:16.436Z (5 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terminal-md
A simple Markdown interpreter to approximate the view of a Markdown file in the terminal.## MarkDown Support
The following Markdown is supported:
```md
Normal _Italics_ **Bold** **_Bold Italics_** ~~Strike Out~~# H1
## H2
### H3
#### H4
##### H5
###### H6
```