axiros / terminal_markdown_viewer

Styled Terminal Markdown Viewer
Other
1.8k stars 105 forks source link

The `code` does not reset bold font after its end #112

Open Felixoid opened 2 months ago

Felixoid commented 2 months ago

Here's the simplest thing to reproduce:

echo 'Here is a line with `code` that remains bold after the back-ticks' | mdv -t rebecca -

The version used is 1.6.3.r133.g33d0cf3 built from 33d0cf3

Felixoid commented 2 months ago

Dear @AXGKl, I've bisected repo, and the commit implementing this behavior is cd4839d3d1374670cf78390d27784171a5acf122

image