R
Analyzed about 1 month ago
Rho is easy-to-read, write, understand semantic markup language written in JS, available in both server and client-side. Compared to Markdown, Rho features:
- precise structuring of complex blocks (code blocks within lists, sublists, etc).
- powerful selectors mechanism which allows decorating
... [More]
blocks with id and class attributes;
- stricter rules; there is only one way of doing each feature.
- API-level extensibility by providing resolveLink(id) and resolveImage(id) which can use data sources for resolving [reference-style links][id] and ![reference-style images][id]
- simplified feature set. Ther is no: blockquotes, reference-style links, whitespace-indented code blocks, variations in list markers and heading styles, line breaks syntax. [Less]