mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
28b2ac4fb3
It doesn’t really make sense for an edition to be in two languages
36 lines
409 B
Plaintext
36 lines
409 B
Plaintext
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
|