Re: Sample markup documentation file for a Tcl/Tk package

Liste des GroupesRevenir à cl tcl 
Sujet : Re: Sample markup documentation file for a Tcl/Tk package
De : berg (at) *nospam* typoscriptics.de (TorstenBerg)
Groupes : comp.lang.tcl
Date : 24. Jan 2025, 09:24:46
Autres entêtes
Organisation : novaBBS
Message-ID : <79d41b0380599879b5f84334b407f363@www.novabbs.com>
References : 1 2 3
User-Agent : Rocksolid Light
Hi,
what did you use to produce the HTML with? For TIP 700, I propose Pandoc
for now as we do not yet have our own Tcl library that is capable of all
the markdown constructs we would like to have.
Especially the `[string]{.optarg}` construct you mention is not possible
to render with e.g. the tcllib markdown module as it is a Pandoc
markdown syntax element.
If you need to render it with Pandoc, you have to specify the
corresponding CSS element (Pandoc translates `.optarg` into a CSS class)
which could look like this (untested):
optarg {
  font-style: italic;
  &:before {
    content: '?';
  }
  &:after {
    content: '?';
  }
}
Regards, Torsten

Date Sujet#  Auteur
20 Jan 25 * Sample markup documentation file for a Tcl/Tk package8Harald Oehlmann
20 Jan 25 +* Re: Sample markup documentation file for a Tcl/Tk package2Robert Heller
22 Jan 25 i`- Re: Sample markup documentation file for a Tcl/Tk package1Harald Oehlmann
22 Jan 25 `* Re: Sample markup documentation file for a Tcl/Tk package5Rolf Ade
22 Jan 25  +- Re: Sample markup documentation file for a Tcl/Tk package1Harald Oehlmann
23 Jan 25  `* Re: Sample markup documentation file for a Tcl/Tk package3Harald Oehlmann
24 Jan 25   `* Re: Sample markup documentation file for a Tcl/Tk package2TorstenBerg
24 Jan 25    `- Re: Sample markup documentation file for a Tcl/Tk package1Harald Oehlmann

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal