mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-16 00:53:10 +00:00
updated docs
This commit is contained in:
parent
d0699c0f7f
commit
277e8466be
2 changed files with 5 additions and 68 deletions
35
README.md
35
README.md
|
|
@ -2,40 +2,9 @@
|
|||
|
||||
Find common formatting issues and *reformat* HTML templates.
|
||||
|
||||
<style>
|
||||
.types {
|
||||
text-align: center;
|
||||
font-size: 110%;
|
||||
font-style: italic;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
***Django · Jinja · Nunjucks · Handlebars***
|
||||
|
||||
.types::after {
|
||||
position: absolute;
|
||||
top: 11px;
|
||||
left:0;
|
||||
right:0;
|
||||
border: 1px solid rgba(0,0,0,.2);
|
||||
content: "";
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.types span {
|
||||
padding: 15px;
|
||||
margin: 5px;
|
||||
background: #fff;
|
||||
z-index:1;
|
||||
}
|
||||
</style>
|
||||
<p class="types">
|
||||
<span>Django</span>
|
||||
<span>Jinja</span>
|
||||
<span>Nunjucks</span>
|
||||
<span>Handlebars</span>
|
||||
</p>
|
||||
|
||||
Ps, ```--check``` it out on Jinja and Handlebar templates as well!
|
||||
Ps, ``--check`` it out on other templates as well!
|
||||
|
||||
[](https://codecov.io/gh/Riverside-Healthcare/djlint) [](https://github.com/Riverside-Healthcare/djlint/actions/workflows/test.yml) [](https://www.codacy.com/gh/Riverside-Healthcare/djlint/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Riverside-Healthcare/djlint&utm_campaign=Badge_Grade) [](https://codeclimate.com/github/Riverside-Healthcare/djlint/maintainability) [](https://pepy.tech/project/djlint)[](https://discord.gg/taghAqebzU)
|
||||
|
||||
|
|
|
|||
|
|
@ -27,39 +27,7 @@ HTML Template Linter and Formatter
|
|||
|
||||
Find common formatting issues and *reformat* HTML templates.
|
||||
|
||||
.. raw:: html
|
||||
<style>
|
||||
.types {
|
||||
text-align: center;
|
||||
font-size: 110%;
|
||||
font-style: italic;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.types::after {
|
||||
position: absolute;
|
||||
top: 11px;
|
||||
left:0;
|
||||
right:0;
|
||||
border: 1px solid rgba(0,0,0,.2);
|
||||
content: "";
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.types span {
|
||||
padding: 15px;
|
||||
margin: 5px;
|
||||
background: #fff;
|
||||
z-index:1;
|
||||
}
|
||||
</style>
|
||||
<p class="types">
|
||||
<span>Django</span>
|
||||
<span>Jinja</span>
|
||||
<span>Nunjucks</span>
|
||||
<span>Handlebars</span>
|
||||
</p>
|
||||
*Django · Jinja · Nunjucks · Handlebars*
|
||||
|
||||
Ps, ``--check`` it out on other templates as well!
|
||||
|
||||
|
|
@ -108,5 +76,5 @@ Checkout the `issue <https://github.com/Riverside-Healthcare/djlint/issues>`_ li
|
|||
:target: https://codeclimate.com/github/Riverside-Healthcare/djlint/maintainability
|
||||
.. |Downloads| image:: https://img.shields.io/pypi/dm/djlint.svg
|
||||
:target: https://pypi.org/project/djlint/
|
||||
.. |chat| image:: https://discord.gg/taghAqebzU
|
||||
:target: https://img.shields.io/badge/chat-discord-green
|
||||
.. |chat| image:: https://img.shields.io/badge/chat-discord-green
|
||||
:target: https://discord.gg/taghAqebzU
|
||||
|
|
|
|||
Loading…
Reference in a new issue