bekoedit-markdown 0.12.0

Markdown parser index, block identity, raw islands, source patch engine, and form-edit resolution for bekoedit.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Tests for the bekoedit-markdown crate.
//!
//! Test design follows the design specifications (RFC-013/014/015/016/017
//! acceptance criteria and the RFC-000 ยง13 golden source-preservation
//! cases), not merely the code as written.

mod adversarial_tests;
mod form_tests;
mod index_tests;
mod patch_tests;
mod preservation_tests;
mod preview_tests;