You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we are using verbatim text and it's pretty ugly and unreadable. Switch to use html (will mean adding at least <p></p> tags and also consider converting QCODE tags to <mark></mark>. This is ideally a gsub use case I would think.
Right now we are using verbatim text and it's pretty ugly and unreadable. Switch to use html (will mean adding at least
<p></p>tags and also consider converting QCODE tags to<mark></mark>. This is ideally a gsub use case I would think.