Hi,

I have this in one of my tiddler. The text after ]] begins with
three !!! as a header/topic. It doesn't work. If I move the beginning
down with one Enter hit it shows correct, otherwise is showning !!!And
the text.

How do I fix that "little" problem?

(This doesn't)
-------------------
[<img(120px,auto)[Images/Feather.jpg]]!!!Create a file and copy
everything below, make the file executable
find -iregex '.*\.jpe?g' ! -iregex '.*/[0-9]+x[0-9]+/[^/]*' -type f \
-execdir mkdir -p 800x600 \; \
-execdir mogrify -path 800x600 -scale 800x600\> {} \;

(This works) one Enter move down
--------------------------------------------------
[<img(120px,auto)[Images/Feather.jpg]]
!!!Create a file and copy everything below, make the file executable
find -iregex '.*\.jpe?g' ! -iregex '.*/[0-9]+x[0-9]+/[^/]*' -type f \
-execdir mkdir -p 800x600 \; \
-execdir mogrify -path 800x600 -scale 800x600\> {} \;

//Tobbe

-- 
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.

Reply via email to