I realize this may not be of any interest to you, but I'm trying to use your code to convert a bunch of lecture slides to an outline. However, when I have bold/italic or sub/superset formatting such as Pr(C by age _a_) or W_A (where one _ is subscripting and two is italics), the output becomes
- Cancer Risk = Pr(Develop cancer by age
- a
- )
or
Ideally we'd get
- Cancer Risk = Pr(Develop cancer by age a)
or
I realize this may not be of any interest to you, but I'm trying to use your code to convert a bunch of lecture slides to an outline. However, when I have bold/italic or sub/superset formatting such as
Pr(C by age _a_)orW_A(where one _ is subscripting and two is italics), the output becomesor
Ideally we'd get
or