rustdoc_copy 0.2.0

Rustdoc comment copy helper.
Documentation
# Sample


## Link definitions


[link][lnk].

[lnk]: http://www.example.com/

## Image definitions


![image][img]

[img]: http://www.example.com/img.png

## Strike through


~~deleted~~.

## Smart punctuations


"quoted".

## Task lists


* [ ] Task1
* [x] Task2

## Tables


| Head1 | Head2 |
| --    | --    |
| Cell1 | Cell2 |

## Footnotes


Some text[^1].

[^1]: http://www.example.com/