bradfordelliott / shorte

The documentation language
0 stars 0 forks source link

== should not escape to a line break #118

Closed bradfordelliott closed 9 years ago

bradfordelliott commented 9 years ago

For example, if I type:

what happens if I type == in a text block?

it ends up looking like:

image

bradfordelliott commented 9 years ago

Updated template_html.py, template_sql.py, and template_odt.py to convert this to === or longer instead of just ==

bradfordelliott commented 9 years ago

You now need at least === to expand to do this expansion. Closing this issue as complete.