We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export.py's --scheme argument accepts json and html, as well as sanitize levels raw, safe, and text.
--scheme
Move sanitize levels to their own argument and ensure they get passed in properly to Post.htmlize().
The text was updated successfully, but these errors were encountered:
What should the single-letter flag be? I was thinking of --sanitize but -S is already taken by scheme. --level and -L don't seem intuitive enough.
--sanitize
-S
--level
-L
Sorry, something went wrong.
Hmm, this is a tricky one. Would it be too weird to do --sanitize and -L? What about --sanitize and -z?
-z
janetriley
No branches or pull requests
export.py's
--scheme
argument accepts json and html, as well as sanitize levels raw, safe, and text.Move sanitize levels to their own argument and ensure they get passed in properly to Post.htmlize().
The text was updated successfully, but these errors were encountered: