inscriptis
inscriptis copied to clipboard
Feature request: Allow the conversion of <strong> tags to asterisks
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*
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.