Add emphasis github flavored markdown within code block

JLoppert picture JLoppert · Jul 9, 2014 · Viewed 19.8k times · Source

Is it possible to bold a portion of text within a code block in a github readme?

Answer

linesarefuzzy picture linesarefuzzy · Dec 30, 2015

This answer on StackExchange Meta works on Github too:

Use a <pre> tag (or <pre><code>) instead of ```, and use <b> tags around the part you want bold.