Insert image with floating left
Sorry, that was not Mastodon - but Markdown
With html/css you can set "float:left" for an image. How to do this with Markdown?
https://i.imgur.com/p1iIm3U.png

With html/css you can set "float:left" for an image. How to do this with Markdown?
https://i.imgur.com/p1iIm3U.png
m.f.G.
Blog Reader
Blog Reader
- Edi
- Site Admin
- Posts: 2838
- Joined: Sun Aug 09, 2015 5:01 pm
- Location: Zurich
- Has thanked: 19 times
- Been thanked: 28 times
- Contact:
You can mix Markdown with HTML using the HTML tag img.
Either you can give the image a class and set the rule in a file with CSS, add it with the plugin HTML or in the brackets of the tag (with style="[...]").
Either you can give the image a class and set the rule in a file with CSS, add it with the plugin HTML or in the brackets of the tag (with style="[...]").
Of course - with a class definition in CSS it would be a possible. My question was more like - it's not possible to do this directly in an editor for posts? You have to improvise with HTML code?
m.f.G.
Blog Reader
Blog Reader
- Edi
- Site Admin
- Posts: 2838
- Joined: Sun Aug 09, 2015 5:01 pm
- Location: Zurich
- Has thanked: 19 times
- Been thanked: 28 times
- Contact:
Markdown parses images with the HTML tag img. If all images should be formatted in the same way you can use it.
An interesting way to format images with Markdown is explained here:
https://www.xaprb.com/blog/how-to-style ... -markdown/
With TinyMCE you can format images with the editor.
An interesting way to format images with Markdown is explained here:
https://www.xaprb.com/blog/how-to-style ... -markdown/
With TinyMCE you can format images with the editor.
The plugin CKEditor with RESPONSIVE Filemanager would have much more options to import a picture.
But over here this plugin doesn't work - the edited text isn't stored. But there is no error message at all.
But over here this plugin doesn't work - the edited text isn't stored. But there is no error message at all.
m.f.G.
Blog Reader
Blog Reader
- Edi
- Site Admin
- Posts: 2838
- Joined: Sun Aug 09, 2015 5:01 pm
- Location: Zurich
- Has thanked: 19 times
- Been thanked: 28 times
- Contact:
In the beginning it was a Markdown problem. I gave you two solutions and suggested to use TinyMCE... Now the problem is CKEditor. 
CKEditor is not yet updated for the use with Bludit 3.11.

CKEditor is not yet updated for the use with Bludit 3.11.
- novafacile
- Master Bludit
- Posts: 87
- Joined: Sat Oct 06, 2018 4:47 pm
- Has thanked: 9 times
- Been thanked: 1 time
- Contact:
It doesn't look like it. The author of the plugin checked in the last commit to it on Github 3 years ago.