Vladislav Nikonov
b1091bbb45
Implemented emoji aliases support in markdown files ( #1194 )
...
* Implemented emoji aliases support in markdown files
* Added emoji aliases rendering unit tests
* Added bench for emoji
2020-12-14 20:43:31 +01:00
Vincent Prouillet
ac3ced828b
Multiple slugification strategies ( #929 )
2020-02-05 09:13:14 +01:00
Sam Ford
3ef62036ef
Fix benchmarks ( #901 )
...
* Restore #![feature(test)] and extern crate test; statements, which
were mistakenly removed as part of the Rust 2018 edition migration.
* Fix rendering benchmark's usage of RenderContext. 6 parameters were
provided when 5 were expected.
2020-02-02 17:48:43 -08:00
Sam Ford
e804f907b2
Use Rust 2018 edition ( #885 )
2020-02-02 17:48:43 -08:00
Vincent Prouillet
b7ce4e59fb
rustfmt
2018-10-31 08:18:57 +01:00
Thomas Hurst
2a53955696
Fix rendering benchmarks.
2018-08-26 00:13:15 +01:00
Vincent Prouillet
9e9fe50769
Fix rendering benchmark
2018-07-01 16:14:46 +02:00
Vincent Prouillet
85e13483eb
Use the new shortcode parser
2018-06-25 18:00:05 +02:00
Vincent Prouillet
204f514c0e
WIP: new markdown rendering
2018-06-25 17:59:04 +02:00
Vincent Prouillet
ce704097a4
Add benches for rendering crate
2017-07-04 21:27:32 +09:00