| Crates.io | markerml |
| lib.rs | markerml |
| version | 0.1.2 |
| created_at | 2024-11-14 00:05:28.73821+00 |
| updated_at | 2024-11-14 00:20:20.435745+00 |
| description | Simple markup and templating language, that is transpiled to HTML. |
| homepage | |
| repository | https://github.com/rchuk/markerml |
| max_upload_size | |
| id | 1447251 |
| size | 10,129 |
This library is a top level crate for MarkerML, which provides function that attempts to convert given MarkerML code to HTML. MarkerML stands for Marker Markup Language. It's a simple language for formatting and layouting text similar to HTML.
Syntax is described in details on docs.rs.
box {
header[1](Hello, world!)
paragraph(Some text)
box[horizontal] {
@(Wow)
}
box[vertical, x_align = "center"] {
@(Wow)
}
}