Footnotes
Some checks failed
CI / Check typos (push) Successful in 8s
CI / Check links (push) Failing after 12s
CI / Clippy (push) Successful in 54s
CI / Build and test (push) Successful in 1m11s
CI / Build container (push) Successful in 52s
CI / Deploy on waypoint (push) Successful in 44s

This commit is contained in:
2025-11-06 22:20:01 -08:00
parent d508a0d031
commit a3ff195de9
11 changed files with 579 additions and 558 deletions

View File

@@ -1,6 +1,9 @@
#![expect(unused_imports)]
#![expect(unused_crate_dependencies)]
use std::path::PathBuf;
use testing::fixture;
/*
#[fixture("tests/fixtures/[!_]*.md")]
fn test_html(file: PathBuf) {
let f = md_dev::read_fixture_file(file);
@@ -13,3 +16,4 @@ fn test_html(file: PathBuf) {
md_dev::assert_no_diff(f, &actual);
}
*/