Hi Tobias,
Thank you so much for your help and for the additional macro.
All working as intended now. I’m still starting with TiddlyWiki and don’t
understand it very well yet but since this is a relatively simple problem
even the macro as helped me to understand how macros work a little better.

All the best,
webcorerad


On Thu, Jan 19, 2017 at 9:41 PM, Tobias Beer <beertob...@gmail.com> wrote:

> Hi webcorerad,
>
> Simply use basic html:
>
> <pre class="altstyle">code</pre>
>
> or for inline markup:
>
> <code class="altstyle">code</code>
>
> You can also wrap that up in a macro:
>
> title: $:/_my/macros/pre
> tags: $:/tags/Macro
>
> \define pre(code, class:"altstyle")
> <pre class="$class$">code</pre>
> \end
>
> And then do:
>
> <<pre """your code""">>
>
> Or...
>
> <$macrocall $name="pre" code={{$:/that-tiddler-with-code}}/>
>
> Best wishes,
>
> Tobias.
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tiddlywiki/560f292d-7b1b-4840-a3c9-4d0c4f14a10e%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/560f292d-7b1b-4840-a3c9-4d0c4f14a10e%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CA%2BmHe%3DTusDHAbgZKTY-p9Vwc5n-rBk2sqw3n4YAty2hxj8Nbag%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to