BlahTeX/PNG Support (from Ari Stern)
This commit is contained in:
parent
8eb59105ea
commit
2ab04421a3
3 changed files with 19 additions and 2 deletions
|
@ -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>
|
||||
|
||||
  
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue