rimu 11.4.1 copy "rimu: ^11.4.1" to clipboard
rimu: ^11.4.1 copied to clipboard

Rimu is a readable-text to HTML markup language inspired by AsciiDoc and Markdown.

example/example.dart

import 'package:rimu/rimu.dart' show RenderOptions, render;

void main(List<String> arguments) {
  print(render('Hello *Rimu*!', RenderOptions(reset: true)));
}
0
likes
115
pub points
0%
popularity

Publisher

unverified uploader

Rimu is a readable-text to HTML markup language inspired by AsciiDoc and Markdown.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, path

More

Packages that depend on rimu