> For example, I > may have a list of several tasks to do on a particular project; I've > found it useful to boldface a few key words in each list item to make it > easier to scan the list. >
For what it's worth, this is extremely easy (and I'd argue better) with restructuredtext and Leo's syntax coloring. Just add the following to an @font node in myLeoSettings.leo: #*italics* rest_keyword4_font_slant = italic #**bold** rest_keyword2_font_weight = bold -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/groups/opt_out.
