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

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.

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
```