bodil / bodil/purescript-smolder
First-class comments in Markup
Open
- Dominant language
- PureScript
- Stars
- 92
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
I define `comment` as follows, but this is obviously premature rendering and depends on `text` _not_ escaping its string (which I think it should).
``` purescript
comment :: Markup -> Markup
comment m = text $ ""
```
It would be nice to offer first-class commenting support out of the box.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.