diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-03-18 02:40:29 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:25 +0200 |
| commit | 9a2e227e0d006587fe31f74e7332203dc13dcedb (patch) | |
| tree | 1216f715b3c3a8cf789a912d4db12655639e46e2 /markdown | |
| parent | fcf3cbd2bc6250b5431b74a324426838fe9c274b (diff) | |
| download | haunt-blog-9a2e227e0d006587fe31f74e7332203dc13dcedb.tar.gz haunt-blog-9a2e227e0d006587fe31f74e7332203dc13dcedb.tar.bz2 haunt-blog-9a2e227e0d006587fe31f74e7332203dc13dcedb.zip | |
convert.py, markdown: Fix em dash.
Some generated markdown have em dashes, such as
2010_11_fdroid-a-free-software-alternative-to-google-market.md so like
with the commit e8885a941d90661a7bf45996a0ffcc1e4262d090 ("convert.py,
markdown: Fix en dash.") we also needs to convert them to minuses.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'markdown')
| -rw-r--r-- | markdown/2010_11_fdroid-a-free-software-alternative-to-google-market.md | 2 | ||||
| -rw-r--r-- | markdown/2014_06_replicant-at-the-15th-libre-software-meeting-in-montpellier-france-this-july.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/markdown/2010_11_fdroid-a-free-software-alternative-to-google-market.md b/markdown/2010_11_fdroid-a-free-software-alternative-to-google-market.md index 91688aa..4c04d32 100644 --- a/markdown/2010_11_fdroid-a-free-software-alternative-to-google-market.md +++ b/markdown/2010_11_fdroid-a-free-software-alternative-to-google-market.md @@ -18,7 +18,7 @@ their favourite free software application. **Help us!** -Volunteers are key to the success of Replicant. This is a community effort — +Volunteers are key to the success of Replicant. This is a community effort - we do not have the support of corporations behind us like many other projects do, and so it depends on YOU to make things happen. diff --git a/markdown/2014_06_replicant-at-the-15th-libre-software-meeting-in-montpellier-france-this-july.md b/markdown/2014_06_replicant-at-the-15th-libre-software-meeting-in-montpellier-france-this-july.md index 7df464d..a2b3cca 100644 --- a/markdown/2014_06_replicant-at-the-15th-libre-software-meeting-in-montpellier-france-this-july.md +++ b/markdown/2014_06_replicant-at-the-15th-libre-software-meeting-in-montpellier-france-this-july.md @@ -6,7 +6,7 @@ authors: Paul Kocialkowski [![RMLL 2014][1]][2] Replicant will take part in the 15th edition of the [Libre Software -Meeting][3] ([Rencontres Mondiales du Logiciel Libre — RMLL][4] in French) +Meeting][3] ([Rencontres Mondiales du Logiciel Libre - RMLL][4] in French) that takes place from July 5th to 11th 2014 in Montpellier, France. We'll be there during the week at the university to present Replicant through a few talks as well as a workshop, organized jointly with members of FSFE's [Free |
