// tests/common.rs is compiled fresh into each integration-test binary that
// declares `mod common;`. Not every binary uses both helpers below, so each
// is individually dead code in whichever binaries only call the other one.
use ConversionOptions;
/// HTML を既定モードで Markdown に変換するテスト用ヘルパー。
/// HTML を指定したオプションで Markdown に変換するテスト用ヘルパー。