diff options
| author | Christian Cleberg <[email protected]> | 2026-07-20 14:48:00 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-07-20 14:48:54 -0500 |
| commit | 1c3d19b233f135a059f5d111dd1a7514af25ed3f (patch) | |
| tree | 718d4ed069e376d153d8b26cfb690af5063c4606 /DomainDig.xcodeproj/xcshareddata/xcschemes | |
| parent | 91041af60b5a98ef01f5588478302c1ef04e043d (diff) | |
| download | domain-dig-1c3d19b233f135a059f5d111dd1a7514af25ed3f.tar.gz domain-dig-1c3d19b233f135a059f5d111dd1a7514af25ed3f.tar.bz2 domain-dig-1c3d19b233f135a059f5d111dd1a7514af25ed3f.zip | |
fix: markdown report underlines and duplicate DNS record values
The plain-text-to-Markdown transform only recognized '-' underlines, but
batchText writes '=' — under the document title and as a 48-character
separator between reports. Both leaked through as literal bullets, so a
generated report opened with:
# Scheduled Watchlist Report
- ==========================
Title underlines are now consumed alongside the title, '=' underlines
promote to H2 the same as '-', and standalone divider runs render as a
Markdown horizontal rule.
Separately, the DNS section concatenated apex and wildcard records
without dedup. On a domain with wildcard DNS resolving to the same
addresses as the apex, every value was listed twice. Now deduped while
preserving order, so a wildcard value that genuinely differs is still
shown.
Diffstat (limited to 'DomainDig.xcodeproj/xcshareddata/xcschemes')
0 files changed, 0 insertions, 0 deletions
