inscriptis icon indicating copy to clipboard operation
inscriptis copied to clipboard

Feature request: Allow the conversion of <strong> tags to asterisks

Open brycepg opened this issue 10 months ago • 1 comments

I'd like to keep strong tags as ASCII text as a flag. Would you consider this potential feature in-scope?

For example <strong>bold</strong> would become *bold*

brycepg avatar Mar 25 '25 17:03 brycepg

Yes - this would basically amount to something similar to markdown output, which we might need for our research projects anyways.

This feature should be easy to implement with an annotation postprocessor (https://github.com/weblyzard/inscriptis?tab=readme-ov-file#annotation-postprocessors)

I will take a look at in April (probably before Easter) to create a markdown-like annotation postprocessor that supports this kind of output mapping.

AlbertWeichselbraun avatar Mar 26 '25 07:03 AlbertWeichselbraun