You could create your own style eg:
Add this into your StyleSheet tiddler
.scheme {
white-space: pre;
font-family: "Courier New", Courier, monospaced;
font-size: .9em;
}
in you code tiddler use eg:
{{scheme{
; Allow the input to start with one of a list of patterns.
; http://tiddlyspace.com
(define (match-or input pattern)
(cond ((null? pattern) #f)
((match-pattern input (car pattern)))
(else (match-or input (cdr pattern)))))
}}}
now the http:// link will be rendered.
>Is there a way to nest {{{ }}} code inside an item in an enumerate or itemize?
I don't understand this question. Someone else may jump in.
have fun!
mario
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.