1 2 3 4
package org.jetbrains.dokka fun String.htmlEscape() = replace("&", "&").replace("<", "<").replace(">", ">")