BlahTeX/PNG Support (from Ari Stern)

This commit is contained in:
Jacques Distler 2008-12-17 23:42:28 -06:00
parent 8eb59105ea
commit 2ab04421a3
3 changed files with 19 additions and 2 deletions

View file

@ -25,8 +25,8 @@
<div class="inputBox">
<label for="markup">Markup:</label>
<select id="markup" name="markup">
<%= html_options({'Textile' => :textile, 'Markdown' => :markdown, 'Markdown+itex2MML' => :markdownMML, 'Mixed' => :mixed,
'RDoc' => :rdoc }, @web.markup) %>
<%= html_options({'Textile' => :textile, 'Markdown' => :markdown, 'Markdown+itex2MML' => :markdownMML, 'Markdown+blahtex/PNG' => :markdownPNG,
'Mixed' => :mixed, 'RDoc' => :rdoc }, @web.markup) %>
</select>
&#xa0;&#xa0;