syntax:styles:regexp-block

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
syntax:styles:regexp-block [2014/02/09 01:50] – external edit 127.0.0.1syntax:styles:regexp-block [2018/01/10 20:43] (current) – external edit 127.0.0.1
Line 6: Line 6:
 </Blocks></code> </Blocks></code>
  
-<note>Regexp blocks, as [[syntax:styles:plain-block|plain blocks]] are case sensitive.</note> +<note>Regexp blocks, as [[syntax:styles:plain-block|plain blocks]] are case sensitive and conditions (regexps in open, close, open_lead etc attributes) can not be cross-line (you can not include line breaks)</note> 
 ===== Attributes ===== ===== Attributes =====
  
Line 16: Line 16:
  
 ==== open_trail ==== ==== open_trail ====
-Regular expression, which shall trail regular expression given in open tag. use as replacement for lookahead. +Regular expression, which shall trail regular expression given in open tag. Use as replacement for lookahead. 
  
 ==== close ==== ==== close ====
Line 29: Line 29:
  
 ==== close_trail ==== ==== close_trail ====
-Regular expression, which shall trail regular expression given in close tag. use as replacement for lookahead. +Regular expression, which shall trail regular expression given in close tag. Use as replacement for lookahead.