HTML code in post, issue (v1.6.2)

User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

The Markup parser is part of Bludit. With this in mind there are no problems formatting content.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
Torsten_Kelsch
Legend Bludit
Posts: 263
Joined: Thu Aug 27, 2015 10:24 pm
Location: Germany
Has thanked: 4 times
Been thanked: 2 times
Contact:

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.
On Error GoTo Bed
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

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.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

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();
User avatar
Torsten_Kelsch
Legend Bludit
Posts: 263
Joined: Thu Aug 27, 2015 10:24 pm
Location: Germany
Has thanked: 4 times
Been thanked: 2 times
Contact:

Great, thank you, Diego and Edi!
On Error GoTo Bed
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Diego has fixed it. ;-)
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
Torsten_Kelsch
Legend Bludit
Posts: 263
Joined: Thu Aug 27, 2015 10:24 pm
Location: Germany
Has thanked: 4 times
Been thanked: 2 times
Contact:

Wow, that was fast, thank you!
On Error GoTo Bed
Post Reply