Skip to content
New issue

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

Plugin system for code formatting #12

Closed
hukkin opened this issue Sep 15, 2020 · 0 comments · Fixed by #15
Closed

Plugin system for code formatting #12

hukkin opened this issue Sep 15, 2020 · 0 comments · Fixed by #15
Assignees
Labels
enhancement New feature or request

Comments

@hukkin
Copy link
Member

hukkin commented Sep 15, 2020

Make a plugin system for code formatting.

As an example, we should be able to pip install mdformat-black after which all Python code blocks will be formatted with Black.

E.g.

~~~python
'''black hates single quotes'''
~~~

will be formatted as

~~~python
"""black hates single quotes"""
~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant