Skip to content

refactor: display project specific styling in annotation panel

dindigala requested to merge issue/#348-annotation-style into develop

Expected:

To Test:

  • Please pull the branch issue/#348-annotation-style in local.

  • If GFL app is running, than use this entrypoint http://127.0.0.1:1745/tido/gfl/Z_1823-04-24_k/manifest.json as run the app.

  • Navigate to the Edeirtor text which contains annotations and the expected letters should be displayed in italic.

or

test() { return 'treflichen <i>sic</i>!'; },

It's the same string value that we get in annotation of GFL and run the app. The _sic_ should be displayed in Italic font.

Merge request reports