Changeset 49326 in spip-zone
- Timestamp:
- Jul 4, 2011, 7:21:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/latexwheel/wheels/latex/latex.yaml
r49322 r49326 58 58 # raccourci <quote> 59 59 match: ['<quote>', '</quote>'] 60 replace: [ '\begin/debutquotation/fin', '\end/debutquotation/fin']60 replace: ["\n\begin/debutquotation/fin\n", "\n\end/debutquotation/fin\n"] 61 61 if_str: '<quote>' 62 62 type: str … … 71 71 72 72 code: 73 if_str: "<code"73 # if_str: "<code>" 74 74 type: text 75 75 match: ['<code>', '</code>']
Note: See TracChangeset
for help on using the changeset viewer.