Sha256: 6c3dbcfc67f286cf08a1fda8604aa6c06537528856d34b01063f1cf7477234a5

Contents?: true

Size: 986 Bytes

Versions: 8

Compression:

Stored size: 986 Bytes

Contents

Some markup elements can not be nested within other markup elements without creating an ambiguous meaning. In this case, we can use the nesting delimiters '''!-!(-!''' and '''!-)!-!'''.  These delimiters act like parenthesis - they do not add any content to the page but just group the interpretation of the enclosed markup correctly.

We can use this to nest tables, for example:

!-|this|table|-!
!-|has| !(|a|nested|table|)! |-!

displays as:

|this|table|
|has| !(|a|nested|table|)! |

Without nesting:

!-|this|table|-!
!-|has| |a|nested|table| |-!

is displayed as a single table.

|this|table|
|has| |a|nested|table| |

Nesting always creates a 'virtual' new line, so elements that must start on a new line can be nested within other content.

!-This line has !(!note a nested note)! within.-!

displays as:

This line has !(!note a nested note)! within.

Without nesting:

!-This line has !note a nested note within.-!

displays as:

This line has !note a nested note within.

 

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
xcfit-0.9.0 XCFitDemo/FitNesseRoot/FitNesse/UserGuide/FitNesseWiki/MarkupLanguageReference/MarkupNesting/content.txt
xcfit-0.8.0 XCFitDemo/FitNesseRoot/FitNesse/UserGuide/FitNesseWiki/MarkupLanguageReference/MarkupNesting/content.txt
xcfit-0.7.0 XCFitDemo/FitNesseRoot/FitNesse/UserGuide/FitNesseWiki/MarkupLanguageReference/MarkupNesting/content.txt
xcfit-0.6.0 XCFitDemo/FitNesseRoot/FitNesse/UserGuide/FitNesseWiki/MarkupLanguageReference/MarkupNesting/content.txt
xcfit-0.5.0 XCFitDemo/FitNesseRoot/FitNesse/UserGuide/FitNesseWiki/MarkupLanguageReference/MarkupNesting/content.txt
xcfit-0.4.0 XCFitDemo/FitNesseRoot/FitNesse/UserGuide/FitNesseWiki/MarkupLanguageReference/MarkupNesting/content.txt
xcfit-0.3.0 XCFitDemo/FitNesseRoot/FitNesse/UserGuide/FitNesseWiki/MarkupLanguageReference/MarkupNesting/content.txt
xcfit-0.2.0 XCFitDemo/FitNesseRoot/FitNesse/UserGuide/FitNesseWiki/MarkupLanguageReference/MarkupNesting/content.txt