• Robert Knight's avatar
    Re-implement `annotationFontFamily` theme property · b7ff2487
    Robert Knight authored
    This property was not implemented when the annotation body components
    were converted from Angular to Preact.
    
     - Add `textStyle` prop to `MarkdownView` and `MarkdownEditor` which
       sets additional CSS properties to apply to the rendered annotation
       body
     - Read the theme style properties for annotation bodies in
       `AnnotationBody` and pass the resulting `textStyle` down to
       `MarkdownEditor` and `MarkdownView`
    
    Fixes #2444
    b7ff2487
markdown-editor-test.js 14.8 KB