Page 2 of 2

Re: HTML code in post, issue (v1.6.2)

Posted: Tue Oct 10, 2017 2:37 pm
by Edi
The Markup parser is part of Bludit. With this in mind there are no problems formatting content.

Re: HTML code in post, issue (v1.6.2)

Posted: Tue Oct 10, 2017 3:30 pm
by Torsten_Kelsch
Edi wrote: Tue Oct 10, 2017 2:37 pm The Markup parser is part of Bludit. With this in mind there are no problems formatting content.
I don’t understand. Kimba said that SimpleMDE is disabled, and furthermore his code is not Markdown, but HTML, so what should be parsed then? Could it be his CSS is not quite correct? I wonder about the br after div anyway.

Kimba, could you send me your HTML and CSS code? I am curious what could cause this strange behaviour. Or maybe you could test if your code works outside of Bludit.

Re: HTML code in post, issue (v1.6.2)

Posted: Tue Oct 10, 2017 5:43 pm
by Edi
Bludit uses a class for parsing the content. This has nothing to do with the editor.

At the moment Diego works for the GM release of Bludit 2. After the release we can find a way how to disable it, if there is a case where it is really necessary.

Re: HTML code in post, issue (v1.6.2)

Posted: Wed Oct 11, 2017 9:05 pm
by diego
Hi,
the problem is the ParsedownExtra, there is some bug there, I going to disabled it for the next version.
If you want to fix your installation change this line https://github.com/bludit/bludit/blob/m ... t.php#L192

for

Code: Select all

$Parsedown 	= new Parsedown();

Re: HTML code in post, issue (v1.6.2)

Posted: Wed Oct 11, 2017 11:39 pm
by Torsten_Kelsch
Great, thank you, Diego and Edi!

Re: HTML code in post, issue (v1.6.2)

Posted: Thu Oct 12, 2017 12:41 am
by Edi
Diego has fixed it. ;-)

Re: HTML code in post, issue (v1.6.2)

Posted: Thu Oct 12, 2017 2:25 am
by Torsten_Kelsch
Wow, that was fast, thank you!