Changeset 49295 in spip-zone
- Timestamp:
- Jul 3, 2011, 3:14:50 PM (10 years ago)
- Location:
- _plugins_/latexwheel/wheels/spip
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/latexwheel/wheels/spip/spip-poesie.yaml
r49288 r49295 15 15 # ligne contenant une espace => ligne contenant un 16 16 match: "/\n[\s]*\n/Su" 17 replace: "\n \n"17 replace: "\n~\n" 18 18 - 19 # deux sauts de ligne => div 20 match: "/\n+/" 21 replace: "</div>\n<div>" 19 22 20 23 21 - 24 # entourer avec un b lockquote.spip_poesie22 # entourer avec un begin{verse} 25 23 type: all 26 replace: " <blockquote class=\"spip_poesie\">\n\n<div>$0</div>\n</blockquote>\n\n"24 replace: "\begin/debutverse/fin\n\n$0\n\end/debutverse/fin\n\n" 27 25 -
_plugins_/latexwheel/wheels/spip/spip.yaml
r49294 r49295 15 15 match: ['{{{', '}}}'] 16 16 replace: ["\n\n\n\subsection/debut", "/fin\n\n\n"] 17 #if_str: '{{{'17 if_str: '{{{' 18 18 type: str 19 19 priority: -140 … … 34 34 replace: ['\textbf/debut', '/fin'] 35 35 type: str 36 #if_str: '{{'36 if_str: '{{' 37 37 priority: -130 38 38 … … 52 52 replace: ['\emph/debut', '/fin'] 53 53 type: str 54 #if_str: '{'54 if_str: '{' 55 55 priority: -120 # en tout premier 56 56
Note: See TracChangeset
for help on using the changeset viewer.