docx-parser 0.1.1

Parse Word and OpenOffice DOCX files, and output markdown or JSON
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Some block quotes, in different ways

This is the proper way, with a style

> I don't know why this would be in italics, but so it appears to be on my screen.

And this is also a proper way, with a different style

> This is called the Intense Quote style.

And this is the way that most people do it:

> I just indented this, so it looks like a block quote. I think this is how most people do block quotes in their documents.

And back to the normal style.