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 was being folded into the raw-HTML block, so Step 1 paragraphs lost their

wrapper (and hugged the heading) and two Table Browser lists did not close cleanly. Added the blank line pandoc needs before in the affected columns. refs #37355 Co-Authored-By: Claude Opus 4.8 (1M context) 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 @@ ```

Manage Custom Tracks
``` image src=/images/tutorialImages/hgCustomAnnotated_pt2.png width=65% ``` --- ## Guided Walkthrough
### 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. +
```image src=/images/tutorialImages/gif/hgCustomStep1.gif width=90% ```
---