zola/components/rendering
Rostislav 145671ed20 Detect empty links on markdown rendering and issue an error (#884)
* Detect empty links on markdown rendering and issue an error

* Add a test for empty links stopping rendering with an error

* Assert error message is the expected one

When testing for empty links detection compare the error message
to make sure it's the correct error that stopped the process
and not some unrelated issue.
2020-02-02 17:48:43 -08:00
..
benches Fix benchmarks (#901) 2020-02-02 17:48:43 -08:00
src Detect empty links on markdown rendering and issue an error (#884) 2020-02-02 17:48:43 -08:00
tests Detect empty links on markdown rendering and issue an error (#884) 2020-02-02 17:48:43 -08:00
Cargo.toml Use Rust 2018 edition (#885) 2020-02-02 17:48:43 -08:00