From: Torsten B. <be...@ty...> - 2024-09-24 09:07:23
|
In Markdown, you typically use two dashes '--' for the ndash and three '---' for the mdash. But ... it depends on the Markdown rendering engine whether they support this syntax. Pandoc does. And you can of course, as Jan said, just use the correct utf-8 character if your engine supports unicode. (you can find out which implementation supports by trying here: https://babelmark.github.io <https://babelmark.github.io/>) Regards, Torsten > Am 24.09.2024 um 10:32 schrieb Jan Nijtmans <jan...@gm...>: > > Op ma 23 sep 2024 om 18:33 schreef Donald G Porter via Tcl-Core <tcl...@li... <mailto: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 <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 > _______________________________________________ > Tcl-Core mailing list > Tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcl-core |