Preserve the line breaks that space out page sections

Page content separates its major sections with leading <br><br>, which
the old site renders as a blank line before each section heading. Those
breaks were being lost, leaving every section butted up against the
previous one.

Two causes. The content contains malformed `</br>` closing tags, which
browsers treat as a line break but an HTML parser discards, so they
never survived the HTML->Markdown conversion; they're now rewritten to
<br />. And Markdown drops a hard break at the start of a paragraph, so
turndown now emits literal <br /> tags instead of the trailing-two-space
form -- inline, with no trailing newline, since a lone tag on its own
line starts a raw HTML block (CommonMark type 7) and would stop the rest
of the paragraph being parsed as Markdown at all.

Verified against the live old site: paragraph count, <br> count, bold
heading count and per-paragraph break placement now all match exactly.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-15 19:29:39 -04:00
co-authored by Claude Opus 5
parent 289a5b3118
commit 63c2f6c0e7
31 changed files with 278 additions and 555 deletions
+7 -20
View File
@@ -5,10 +5,7 @@ slug: "training"
The Vicidial Group is committed to providing proper training around the VICIdial contact center suite to ensure that our customers get the most out of their system.
**Formal Training** -
There are several Formal VICIdial Training options available.
<br /><br />**Formal Training** -<br />There are several Formal VICIdial Training options available.
Our [vicidial.org project website has manuals available](http://www.vicidial.org/store.php) for both the agent interface as well as the admin interface.
@@ -18,22 +15,12 @@ We also offer [public training courses](http://www.vicidial.org/training.php). W
Another service we offer is to option to go on-site to train you at your location. We will send one of our expert trainers to your location. They will cover any of the other training course and do so in a manor that is specific to your installation. [Contact us for a quote](http://wp.vicidial.com/?page_id=7).
**Online Tutorials and Walk-throughs** -
The Vicidial Group has several online tutorials and walk-throughs available, and more will be added in time.
<br /><br />**Online Tutorials and Walk-throughs** -<br />The Vicidial Group has several online tutorials and walk-throughs available, and more will be added in time.
**Softphones:**
**Softphones:**<br />
* [Kiax2 tutorial](http://wp.vicidial.com/?page_id=223)
* [Zoiper Classic tutorial](http://wp.vicidial.com/?page_id=237)
* [Xlite4 Tutorial](../../assets/uploads/2015/11/xlite_4_tutorial.pdf) (PDF document)
<br />* [Kiax2 tutorial](http://wp.vicidial.com/?page_id=223)<br />
* [Zoiper Classic tutorial](http://wp.vicidial.com/?page_id=237)<br />
* [Xlite4 Tutorial](../../assets/uploads/2015/11/xlite_4_tutorial.pdf) (PDF document)<br />
**Whitepapers** -
If you just want an overview of what VICIdial is take a look at our [VICIdial Whitepaper](https://www.vicidial.com/?page_id=656).
<br /><br />**Whitepapers** -<br />If you just want an overview of what VICIdial is take a look at our [VICIdial Whitepaper](https://www.vicidial.com/?page_id=656).<br /><br />