gulp-mdox
Version:
Convert and insert Markdown from JavaScript sources
42 lines (25 loc) • 624 B
Markdown
# An Existing MD File
This file has content that should be kept.
## Before
* [`hello(name, [age])`](#hello-name-age-)
* [`goodbye(name)`](#goodbye-name-)
* [`noArgs`](#noargs)
### `hello(name, [age])`
* **name** (`String`) Your name.
* **age** (`Number`) Your age. (_optional_)
Say hello.
Say your name and age.
```html
<em>Hello!</em>
```
See: [http://example.com](http://example.com)
### `goodbye(name)`
* **name** (`String`) Your name.
* **_returns_** {String} A fond farewell.
Say goodbye.
Say your name and age.
See: [http://example.com](http://example.com)
### `noArgs`
No args.
## After
## Conclusion