Skip to content

Fix #50: remove markdown formatting from nav text and page titles#96

Merged
tuxmea merged 1 commit intoOpenVoxProject:masterfrom
miharp:fix/nav-title-markdown-formatting
Apr 25, 2026
Merged

Fix #50: remove markdown formatting from nav text and page titles#96
tuxmea merged 1 commit intoOpenVoxProject:masterfrom
miharp:fix/nav-title-markdown-formatting

Conversation

@miharp
Copy link
Copy Markdown
Contributor

@miharp miharp commented Apr 25, 2026

Summary

  • Removes backtick formatting from the About openvox-agent nav entry in _data/nav/openvox_8x.yml
  • Removes backtick formatting from the about_agent.md front matter title

Note

Page titles (front matter title:) and nav text: fields are plain text contexts — the Jekyll template outputs them directly without Markdown processing, so backtick characters render literally rather than as <code> elements. Titles and nav entries should not contain Markdown formatting.

Fixes #50

Page titles and nav text fields are plain text contexts — backtick
formatting renders literally rather than as code. Titles should not
contain markdown formatting.

Fixes OpenVoxProject#50

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Signed-off-by: Michael Harp <mike@mikeharp.com>
@miharp miharp requested a review from a team as a code owner April 25, 2026 15:56
@tuxmea tuxmea merged commit 7165dae into OpenVoxProject:master Apr 25, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

openvox-agent is not stylized in side nav

2 participants