From: Jan N. <jan...@gm...> - 2024-09-24 08:32:50
|
Op ma 23 sep 2024 om 18:33 schreef Donald G Porter via Tcl-Core < tcl...@li...>: > > Several lines in changes.md look like this: > > - `file home` — Get the user home directory. > > Is there really no more readable source text in Markdown for this? > Yes, there is: <https://core.tcl-lang.org/tcl/info/fc13eb89d80bad96> Since markdown is in UTF-8, any unicode character can be used just by inserting the correct byte-sequence. Hope this helps, Jan Nijtmans |