~m15a/fnldoc#7: 
Module-exported value documentation

This is an open question. Fennel may support this officially in the future. For the moment, what I can implement could be

;;;; In a module

;; | This style? `|` could be the other character.
(local value-a true)

(local value-b
       {:fnldoc/docstring "Is this possible?"}
       true)

{: value}
## `value-a`

This style? `|` could be the other character.

## `value-b`

Is this possible?
Status
REPORTED
Submitter
~m15a
Assigned to
No-one
Submitted
1 year, 3 months ago
Updated
1 year, 3 months ago
Labels
feat