Page 1 of 1

disable markup in comments

PostPosted: Thu Nov 09, 2017 9:53 pm
by iw2lsi
Hi all!

is there a way to completely disable markup sequences for the comments ?

I'm importing comments from an existing database, but most of them have some fancy graphics made by sequences of underscore, tilda chars etc etc that are interpreted by subsonic in a "wrong" way... even if this is a very nice feature, having just a plain text would be better in my case :D

Best Regards,

Giampaolo

Re: disable markup in comments

PostPosted: Mon Nov 13, 2017 8:37 pm
by iw2lsi
BTW... I've solved the problem in a very dirty way... by replacing with a regex the token used by subsonic for the markup (-,~,_ etc) with some "similar" unicode glyphs...

it's awful... but it works perfectly :D

Best Regards,

Giampaolo