-
Notifications
You must be signed in to change notification settings - Fork 1
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
Is this repository still maintained? #1
Comments
There are no known issues so code was not changed for some time. And seems that Jingo itself is deprecated in favor of django-jinja. There is django-jinja-markdown which is fork of jingo-markdown and it works with django-jinja. Do you have some specific needs or bugs which needs to be fixed? |
I am actually not using it with django. I wanted to use it with aiohttp (https://github.com/aio-libs/aiohttp-jinja2) If you only want to keep focus on django support that is fine. I was just curious. It was more about trying to make sure it worked outside of django with frameworks like aiohttp (or even flask). I am also interested in using restructured text with jinja as well. But im not sure if you even want to work with that. Mostly, i was curious about the status. If it is still maintained that is fine. |
Well, as name jingo-markdown tells it ads markdown support for Jingo. As Jingo is/was Django app which helped to integrate with Jinja2 it doesn't seem logical to use it outside of Django.
I didn't tested, but seems for your needs will be good to use jinja2_markdown: https://pypi.python.org/pypi/jinja2_markdown/0.0.1
There is not going to be added any new functions as Jingo itself got deprecated. |
I was wondering if this repository was still maintained. If not, I was wondering if you were willing to let someone take ownership of it, as well as the pypi package.
The text was updated successfully, but these errors were encountered: