I am very new to emacs and despite the great online documentation I can't figure out how to customize the face applied to the content between HTML header tags (e.g. <h1>Content here</h1>
), so that the content is not displayed underlined nor bold in emacs. In other words, I would like such content to be displayed with no ornament at all, as pure default text.
In a general manner, how can syntactic-based (not keyword-based) highlighting be customized ?
Does anyone know how to proceed ?