Question
.I've noticed that if you use Twiki notation shortcuts in a heading, it gets screwed up.
broken because of equals around stuff code more code 1
Sample 1 stuff
This Entry causes next headings to be missing from TOC
First, make sure you have a /mnt/floppy directory. If not, create it ( mkdir /mnt/floppy )
- For a Windows disk, type
mount -t msdos /dev/fd0 /mnt/floppy.
- For a linux disk, type
mount /dev/fd0 /mnt/floppy or mount -t ext2 /dev/fd0 /mnt/floppy
To unmount, just do
umount /mnt/floppy
Heading Skipped in TOC 1
stuff
Heading Skipped in TOC 2
stuff
Heading Skipped in TOC 3
stuff
- TWiki version:
- Web server:
- Server OS:
- Web browser:
- Client OS:
--
MattWalsh - 18 Dec 2001
Answer
- The skipped heading problem is because you specified a
<pre> ... </pre> on the same line. TWiki requires <pre> and <verbatim> tags to be on a line by itself. Use equal signs instead of <pre> of you want to make part of a line appear in fixed font (which I did above)
--
PeterThoeny - 21 Dec 2001