ferromark 0.1.3

Ultra-high-performance Markdown to HTML compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
# ARCH-EXP-012: Inline: Skip Code Span Resolution Without Backticks

**Hypothesis**: Avoid code-span resolution if no backtick marks exist.

**Change**: Check for backtick marks before `resolve_code_spans`.

**Result**: CommonMark: OK. Simple bench: no change.

**Decision**: Reverted.

**Notes**: Extra checks outweighed savings.