1
0
mirror of https://github.com/github/choosealicense.com synced 2024-11-05 11:18:50 +01:00

markdownify filter on fields for which markdown is OK

as suggested by @benbalter in / fixes #367

also use markdown to make EUPL boilerplate linked
This commit is contained in:
Mike Linksvayer 2016-03-10 09:36:33 -08:00
parent 702793f337
commit e0299c5521
2 changed files with 3 additions and 3 deletions

View File

@ -4,11 +4,11 @@
<div class="how-to-apply"> <div class="how-to-apply">
<h5>How to apply this license</h5> <h5>How to apply this license</h5>
<p> <p>
{{ page.how }} {{ page.how | markdownify }}
</p> </p>
{% if page.note %} {% if page.note %}
<p class="note"> <p class="note">
<strong>Note: </strong> {{ page.note }} <strong>Note: </strong> {{ page.note | markdownify }}
</p> </p>
{% endif %} {% endif %}
</div> </div>

View File

@ -10,7 +10,7 @@ description: The “European Union Public Licence” (EUPL) is a copyleft free/o
how: Create a text file (typically named COPYING or LICENCE.txt) in the root of your source code and copy the text of the license into the file. how: Create a text file (typically named COPYING or LICENCE.txt) in the root of your source code and copy the text of the license into the file.
note: The European Commission recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at https://joinup.ec.europa.eu/sites/default/files/ckeditor_files/files/EUPL%201_1%20Guidelines%20EN%20Joinup.pdf note: The European Commission recommends taking the additional step of adding a [boilerplate notice](https://joinup.ec.europa.eu/sites/default/files/ckeditor_files/files/EUPL%201_1%20Guidelines%20EN%20Joinup.pdf#page=17) to the top of each file.
conditions: conditions:
- include-copyright - include-copyright