962
edits
(→2025-04-02: add code tag) |
(→2025-04-02: typos) |
||
| Line 14: | Line 14: | ||
== 2025-04-02 == | == 2025-04-02 == | ||
* TIL about the Matrix client from Element.io: a bare <code>)</code> | * TIL about the Matrix client from Element.io: a bare <code>)</code> in markdown link text in Element's Matrix app breaks the link if the link URL is super long like my [https://try.ruby-lang.org/playground/#code=timezone_appropriate_greeting+%3D+%5C%0A++%22morning+(NA)%2FAfternoon+(Europe)%2FTomorrow+Morning+(NZ)%22%0Aprint+%22Good+%23%7Btimezone_appropriate_greeting%7D%5C%0A%5CnHappy+Wed%2FThu+8%3F!%3F+degrees+high+10.%5C%0A%5CnStill+feeling+achy+because+of+too+much+xc+skiing+on+Sat+and+Sun%3F!%3F%5C%0A%5Cn%23FirstWorldXCSkiingProblemsOrSomething+%3A-%26%2341%3B%5C%0A%5CnSeason+is+almost+over+sad+face.%5C%0A%5CnThis+temperature+2+degrees+below+normal%5C%0A%5Cnweather+is+LIKE+haha+the+new+climate+change+norm!%22%0A&engine=cruby-3.2.2 Try Ruby] links. Workaround: use <code>&#41;</code> instead of <code>)</code>. Workaround isn't needed for links with short url texts. Probably a bug in the Markdown parser used I guess. Too lazy to look in the element.io issue tracker | ||
== 2025-02-27 how to use pandoc to convert markdown to mediawiki syntax == | == 2025-02-27 how to use pandoc to convert markdown to mediawiki syntax == | ||
edits