lib/maruku/defaults.rb in maruku-0.5.8 vs lib/maruku/defaults.rb in maruku-0.5.9
- old
+ new
@@ -40,14 +40,15 @@
:html_math_output_png => false,
:html_png_engine => 'none',
:html_png_dir => 'pngs',
:html_png_url => 'pngs/',
:html_png_resolution => 200,
-
+
:html_use_syntax => false,
:latex_use_listings => false,
:latex_cjk => false,
+ :latex_cache_file => "blahtex_cache.pstore", # cache file for blahtex filter
:debug_keep_ials => false,
:doc_prefix => ''
}
\ No newline at end of file