1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 11:43:16 +00:00
TiddlyWiki5/editions/de-AT/tiddlers/system/$__editions_de-AT-DE_wikitext-macros.tid

36 lines
409 B
Plaintext
Raw Normal View History

2014-09-13 19:27:26 +00:00
created: 20140913093307509
creator: pmario
modified: 20140913100949363
modifier: pmario
tags: $:/tags/Macro
title: $:/editions/de-AT-DE/wikitext-macros
type: text/vnd.tiddlywiki
\define wikitext-example(src)
```
$src$
```
Dargestellt als:
$src$
Erzeugter HTML Code:
$$$text/vnd.tiddlywiki>text/html
$src$
$$$
\end
\define wikitext-example-without-html(src)
```
$src$
```
Dargestellt als:
$src$
\end