I'm attempting to convert a script from an old client to MUSHclient, and part of that script uses MXP to display things like headers and paragraph breaks using <h1> and <p>.
I know MUSHclient can use MXP, but how can I get it to display things as an HTML page would? For example, if I had:
I'd want that "Title" to be at a size 2 header. Is this possible, or do I need to seek an alternate way of doing so?
I know MUSHclient can use MXP, but how can I get it to display things as an HTML page would? For example, if I had:
<h2>Title</h2>I'd want that "Title" to be at a size 2 header. Is this possible, or do I need to seek an alternate way of doing so?