Ver código fonte

Small typo adjustment (insecable fine & minutes)

master
David Larlet 3 anos atrás
pai
commit
4c5be53d6d
3 arquivos alterados com 3 adições e 3 exclusões
  1. 1
    1
      david/2021/01/20/index.html
  2. 1
    1
      david/log/index.xml
  3. 1
    1
      typography.py

+ 1
- 1
david/2021/01/20/index.html Ver arquivo

@@ -79,7 +79,7 @@

<blockquote lang="en">
<p>Hope in this sense is not a prize or a gift, but something you earn through study, through resisting the ease of despair, and through digging tunnels, cutting windows, opening doors, or finding the people who do these things. <mark>They exist.</mark></p>
<p><cite><em><a href="https://www.youtube.com/watch?v=vT_sKGbP1yY">Who We Really Are... When Everything Goes Wrong</a></em> (vidéo Youtube, 25&nbsp;min)</cite></p>
<p><cite><em><a href="https://www.youtube.com/watch?v=vT_sKGbP1yY">Who We Really Are... When Everything Goes Wrong</a></em> (vidéo Youtube, 25&#8239;min)</cite></p>
</blockquote>

<nav>

+ 1
- 1
david/log/index.xml Ver arquivo

@@ -698,7 +698,7 @@ Nuit agitée.&lt;/p&gt;

&lt;blockquote lang=&quot;en&quot;&gt;
&lt;p&gt;Hope in this sense is not a prize or a gift, but something you earn through study, through resisting the ease of despair, and through digging tunnels, cutting windows, opening doors, or finding the people who do these things. &lt;mark&gt;They exist.&lt;/mark&gt;&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=vT_sKGbP1yY&quot;&gt;Who We Really Are... When Everything Goes Wrong&lt;/a&gt;&lt;/em&gt; (vidéo Youtube, 25&amp;nbsp;min)&lt;/cite&gt;&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;em&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=vT_sKGbP1yY&quot;&gt;Who We Really Are... When Everything Goes Wrong&lt;/a&gt;&lt;/em&gt; (vidéo Youtube, 25&amp;#8239;min)&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr/&gt;&lt;p&gt;&lt;a href=&quot;mailto:david@larlet.fr&quot;&gt;Réagir ?&lt;/a&gt;&lt;/p&gt;</summary>
</entry>

+ 1
- 1
typography.py Ver arquivo

@@ -24,7 +24,7 @@ def build_regex(avant, apres):
RE_ESPACE_FINE_INSECABLE = regex.compile(
assemble_regexes(
build_regex(r"\w?", r"[;\?!]"), # Ponctuations doubles.
build_regex(r"\d", r"([ghj]|mg|L|km|°C)(\b|$)"), # Unités.
build_regex(r"\d", r"([ghj]|min|mg|L|km|°C)(\b|$)"), # Unités.
build_regex(r"\d", r"(Mo|Ko|Go|Mb|Kb|Gb)(\b|$)"), # Tailles de fichiers.
build_regex(r"\d", r"%"), # Pourcentages.
build_regex(r"\d", r"€"), # Symboles monétaires.

Carregando…
Cancelar
Salvar