btford / btford/angular-markdown-directive
Example in README.md doesn't work.
Open
- Dominant language
- JavaScript
- Stars
- 564
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
The example given:
```
#Markdown directive
*It works!*
```
renders as HTML:
```
#Markdown directive
*It works!*
```
But, I believe the intention is that it should render as:
`
Markdown directiveIt works!
`The reason that it renders as `
...` is because the lines inside the HTML element are prefixed with four spaces.
The example should read:
```
#Markdown directive *It works!*
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.