diff options
| author | Jorge Maldonado Ventura <jorgesumle@freakspot.net> | 2023-08-29 21:07:05 +0200 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2023-08-30 09:04:31 +0200 |
| commit | 9432af23ccfd2032a0ccfe1dfb4cbebf757c3fd6 (patch) | |
| tree | db00b2c03cb5209c8fc6bfd4b09e2cde40f5e675 /content/learn/copyleft.md | |
| parent | 65d7f7752c3161896ed442dfa20796d18b460b0f (diff) | |
| download | writefreesoftware.org-9432af23ccfd2032a0ccfe1dfb4cbebf757c3fd6.tar.xz | |
Fix problem of markdown not being converted into HTML inside HTML tag
Diffstat (limited to 'content/learn/copyleft.md')
| -rw-r--r-- | content/learn/copyleft.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/learn/copyleft.md b/content/learn/copyleft.md index 1dfd772..c8edf91 100644 --- a/content/learn/copyleft.md +++ b/content/learn/copyleft.md @@ -32,7 +32,7 @@ derived works under the same license terms. <img src="/images/licensing-spectrum.svg" alt="various projects and licenses organized along a spectrum" /> <small> Various software licenses and examples of projects which use them, organized - on the copyleft spectrum. Original graphic by David A Wheeler, [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/). + on the copyleft spectrum. Original graphic by David A Wheeler, <a href="https://creativecommons.org/licenses/by-sa/3.0/">CC BY-SA 3.0</a>. </small> ## Why choose a copyleft license? |
