OpMark
OpMark
is an experimental markup language focused on presentation making. It's still in pre-alpha stage.
Features
- Rich Text
- Ordered/Unordered list
- Image
- Hyperlink
Example
A simple OpMark document
## This is Page 1
This is a simple example of *OpMark*.
---
## This is Page 2
### Rich Text
You can markup text using the following syntax:
*bold*
`code`
/italics/
$small$
~strikethrough~
_underline_
### Lists
You can make lists:
- unordered list
1. ordered list as well
### Images

### Hyperlinks
[Github](https://github.com/)
Using the parser
use Parser;
use ;