/test/gotchas/test.conf

http://txt2tags.googlecode.com/ · Config · 8 lines · 6 code · 2 blank · 0 comment · 0 complexity · 883c9d7db334b845a3ec1cad13cf08c4 MD5 · raw file

  1. %!target: html
  2. % Convert comments to titles
  3. %!preproc : '^%%% ([^ \t].*)' '== \1 =='
  4. % Trick to ensure the body init (don't loose comments)
  5. %!preproc : '^BODYINIT$' ''
  6. % vim: ft=txt2tags