ref: 8dc8e3a0198f9127c3d48aa2e079ac078aec73e3
parent: 33231f9222486b50e7cfe621fb41a4b7e32e47c1
author: Kristo <kristo.ilmari@gmail.com>
date: Sat Jan 22 13:00:22 EST 2022
mothra: fix rendering of <samp> tag Mothra does not currently render text inside <samp> tags inline similar to <code>, but instead treats them like <pre> which is actually incorrect behavior. The following small patch should fixes issue.