added GraphViz support
[sbp.git] / tests / tibdoc.g
index 6287afa..4a57992 100644 (file)
@@ -111,7 +111,7 @@ pre          = verbatim:: "[verbatim]" { ~[]+ } /ws   // FIXME doesn't work
 styled       = underline:: "__" text "__"      
              | footnote:: "((" text "))"      
              | ( tt:: "[[" text "]]"    
-             > citation::   "[" word "]"     
+             | citation::   "[" text "]"     
                )
              | strikethrough:: "!!" text "!!"      
              | superscript:: "^^" (word|block)