981342c978baf2d56a1ddad178b100138b55298c
mspeir
  Sat Aug 1 20:58:19 2026 -0700
Fix pandoc rendering of tutorial step text inside the walkthrough columns

Indented markdown that ran directly into a closing </div> was being folded
into the raw-HTML block, so Step 1 paragraphs lost their <p> wrapper (and hugged
the heading) and two Table Browser lists did not close cleanly. Added the blank
line pandoc needs before </div> in the affected columns.

refs #37355

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

diff --git docs/tutorials/customTrackTutorial.md docs/tutorials/customTrackTutorial.md
index cc0853af9e0..02bcddc4030 100644
--- docs/tutorials/customTrackTutorial.md
+++ docs/tutorials/customTrackTutorial.md
@@ -61,34 +61,34 @@
 ```
 <h6>Manage Custom Tracks</h6>
 ``` image
 src=/images/tutorialImages/hgCustomAnnotated_pt2.png
 width=65%
 ```
 
 ---
 
 ## Guided Walkthrough
 
 
 <div class="row">
   <div class="col-md-6">
 ### Step 1: Select Your Assembly
-
   Use the **Change selected genome** search box to switch assemblies. Type a species name, common
   name, or assembly ID, then choose one from the list. **Current Genome** shows which assembly is
   active.
+
   </div>
 
   <div class="col-md-6">
   ```image
   src=/images/tutorialImages/gif/hgCustomStep1.gif
   width=90%
   ```
 </div>
 </div>
 
 ---
 
 
 <div class="row">
   <div class="col-md-6">