We relaunched the TWiki.org project with an expanded TWiki charter, and we invite you to participate! The TWiki.org Code of Conduct agreement took effect on 27 Oct 2008. We ask existing twiki.org users to opt-in. You need to opt-in to participate in the Blog, Codev, Plugins and TWiki webs. -- PeterThoeny - 27 Oct 2008
Tags:
create new tag
, view all tags

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

Topic revision: r2 - 21 Dec 2001 - 09:11:51 - PeterThoeny
 
TWIKI.NET
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback