Hi ! I don’t really need help achieving something or scripting stuff, I just wanted to know if you knew other docstring tags other than these i managed to find myself :
--[[
HTML Tag Rendering Test <br>
<strong>strong</strong>
<em>italic</em>
<sup>superscript</sup>
<code>print("code")</code>
<p>This is a paragraph</p>
< less than
]]
local function PleaseRobloxMakeADocumentationOnThese()
return "🤓☝️"
end
Which give: