Re: Own documentation in django

2023-07-14 Thread Sebastian Jung
Hello chetan, I know django very much also aaciidoc. Problem is that asciidoc have cool features like automatic create TOC or count Images and tables an further more but uf you want to create a template for a include where i render a Image then you can only use veriables in this template very labo

Re: Own documentation in django

2023-07-14 Thread Chetan Ganji
I am little confused right now. You have said markdown and jinja templates (reusing them also) markdown is used for documentation procedures. Jinja is used for actual html templates. I am not sure what you want to achieve! For code reuse you can use template inheritance. When you pass diff contex

Own documentation in django

2023-07-14 Thread sebasti...@gmail.com
Hello, i use regular markdown and asciidoc. Problem is that both have to less feature. For example i want to reuse html templates with different content. In asciidoc i can do this following: i declare variables :varibale1: Teststring :variable2: Second String include::buttontemplate.adoc[] T