Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

LinArcX/mdv

Repository files navigation

Installation

Void

sudo xbps-install -S mdv

Arch

  • git version

trizen -S mdv-git

  • release version

trizen -S mdv

Build From Source

First Install these dependencies first:

Dependencies

runtime dependencies:

  • glibc

build dependencies:

  • cmake

Then clone and build the project:

git clone https://github.com/LinArcX/mdv/
cd mdv; mkdir build; cd build
cmake ..; make

And finally, run it:

cd ..; build/mdv

Usage

./markdown [input-file] [output-file]

If you don't specify the output-file, program will parse everything to stdout in your terminal.

###Examples

Quotes

> quotes
> quotes

Headers

# 1st header
## 2nd header
### 3rd header
.
.
.
and so on.

Inline formating:

*bold test* and _italics_.

Links:

[link-name](example.com/cats)

Lists:

* No 1
* Next please!
* Here I am!

License

License

About

markdown viewer written in c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published