Replies: 1 comment 1 reply
-
You can switch off both highlighting and markup by setting Alternatively, you can use Text objects which give you fine control over text style. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a description that I want to format with Rich markup, add extra information that should be escaped, and then I want to export this to HTML:
The
html_output
isWhich mostly looks good, apart from the
[
and]
gettingfont-weight: bold
. Ideally, I'd like to obtain:I was thinking that maybe
highlight=False
would help in theConsole
's constructor, but if I do that then I loose the part entirely, and the output isHow can I include this
[required]
bit into the string and keep it as such through theexport_html
function?Beta Was this translation helpful? Give feedback.
All reactions