mirror of
https://github.com/github/choosealicense.com
synced 2025-01-03 10:31:44 +01:00
Merge pull request #368 from github/markdownify
markdownify filter on fields for which markdown is OK
This commit is contained in:
commit
af65acbc98
@ -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 | remove: '<p>' | remove: '</p>' }}
|
||||||
</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 | remove: '<p>' | remove: '</p>' }}
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user