wilkelab / cowplot

cowplot: Streamlined Plot Theme and Plot Annotations for ggplot2
https://wilkelab.org/cowplot/
701 stars 84 forks source link

Mix bold and plain text in `cowplot::draw_label` #198

Open elgabbas opened 10 months ago

elgabbas commented 10 months ago

Hello,

I would like to use a mix of bold/italic/superscript text in the cowplot::draw_label function.

Is it possible to use markdown for this? e.g. can I use something similar to ggtext::element_markdown?

Thanks