wiseomran / ala

Automatically exported from code.google.com/p/ala
0 stars 0 forks source link

Markdown formatting not working correctly in param description fields #688

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
See http://api.ala.org.au/#ws9

The ENV param has valid MD formatting (checked in MD viewer) but the text 
appears to get munged (newlines removed ?) so that some formatting gets lost. 
Looks like unordered lists don't work then stuff up subsequent bold formatting.

E.g. try

* list item 1
* **second** list item
* third item with **bold** text

Original issue reported on code.google.com by nickdos on 4 Jun 2014 at 1:46

GoogleCodeExporter commented 9 years ago
On initial investigation this appears to be a problem between Grails (possibly 
the MySQL driver) and the current database version.

Driver is v5.1.22, prod DB is 5.0.  In my dev environment using MySQL 5.6 the 
issue doesn't exist.

I've currently worked around it in prod by manually updating the DB table.

Original comment by simon.b...@csiro.au on 14 Jul 2014 at 4:04