Open
Description
Markdownify's strip
configuration option is described as follows:
strip
- A list of tags to strip. This option can't be used with theconvert
option.
However, "strip" has a different meaning in Python, which is to remove whitespace from a string. This can be confusing.
This issue requests to rename strip
to skip
. Feedback is also welcomed on the option name, if there is something better than skip
.
For compatibility, we can remap strip
to skip
for some period of time.
Metadata
Metadata
Assignees
Labels
No labels