Revision f6ea0fa8
Von Moritz Bunkus vor etwa 14 Jahren hinzugefügt
SL/Template/LaTeX.pm | ||
---|---|---|
$comment_start = '\s*%';
|
||
} elsif (ref $self eq 'SL::Template::HTML') {
|
||
$comment_start = '\s*<!--';
|
||
$comment_end = '>\s*';
|
||
$comment_end = '(?:--)?>\s*';
|
||
} else {
|
||
$comment_start = '\s*\#';
|
||
}
|
doc/dokumentenvorlagen-und-variablen.html | ||
---|---|---|
äquivalente Beispiel für HTML-Dokumentenvorlagen sieht so
|
||
aus:</p>
|
||
|
||
<p><code><!-- config: tag-style=($ $)></code></p>
|
||
<p><code><!-- config: tag-style=($ $) --></code></p>
|
||
|
||
<small><a href="dokumentenvorlagen-und-variablen.html#inhaltsverzeichnis">
|
||
zum Inhaltsverzeichnis</a></small><br>
|
Auch abrufbar als: Unified diff
Richtiges HTML-Kommentar-Ende in config-Zeile akzeptieren