Learning Shortcodes
Learning Shortcodes - rawhtml I am using the shortcode called rawhtml (note that it needs to be {{ … }}, skip the blanks, that was just something I had to do here) that is provided in the PaperMod theme: 1 2 3 4 5 6 { {< rawhtml >} } <hr> <p><sup>And</sup> <sub>here</sub> some <b>HTML</b> content...</p> <p align="center"><strong>This is raw HTML</strong></p> <hr> { {< /rawhtml >} } This is the result:...