We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888e93c commit f6a0dcdCopy full SHA for f6a0dcd
moban/plugins/strip.py
@@ -2,6 +2,6 @@
2
3
4
@ContentProcessor("strip", "Stripping", "Stripped")
5
-def strip(content: str) -> str:
+def strip(content: str, _: dict) -> str:
6
"""Works like 'copy', but strip empty spaces before and after"""
7
return content.strip()
0 commit comments