pandoc

Pandoc is a command-line tool for converting from one markup format to another.

% Pandoc User's Guide
% John MacFarlane
% July 17, 2016

#Hello

AAAAA

##World

BBBBB

Slack64

Windows

Markdown

Headers
# H1
## H2
### H3
* Unordered list can use asterisks
- Or minuses
+ Or pluses

[I'm an inline-style link](https://www.google.com)
[I'm an inline-style link with title](https://www.google.com "Google's Homepage")
Inline-style: 
![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 1")

![caption](file.png){height=17cm}

```python
s = "Python syntax highlighting"
print s
```

Horizontal Rule
Three or more...

---

pandoc (last edited 2018-06-05 17:08:24 by localhost)