include_md 0.2.1

Include markdown file or its section.
Documentation
# Top Level Section

Plain top level content.

## H2 With Code Block

Content before code block.

```rust
## this looks like H2 but is code
```

Content after code block.

## H2 With Tilde Fence

Content before tilde.

~~~python
## tilde fence heading
~~~

Content after tilde.

## Next H2

More content.

# Empty Section

# ATX No Space Section

##NotAHeading here.

Normal text.

# Setext Style Section

Normal text.

Setext Text
==========

More content after setext.