Users browsing this thread: 1 Guest(s)
yrmt
Grey Hair Nixers
So I fixed markdown problems with urls. Had to deactivate URL auto parsing in mybb code. Images also work.

Code:
This is [an example](http://example.com/ "Title") inline link.

[This link](http://example.net/) has no title attribute.

Quote:![Alt text](imageurl)

![Alt text](/imageurl "Optional title")

Also, you can use images to link images, which is useful since markdown doesn't work in bbcode spoilers.

Quote:[![image](http://www.dodaj.rs/t/5/pQ/1uNElO2Y/grid...Y/grid.png)

Becomes:

[![image](http://www.dodaj.rs/t/5/pQ/1uNElO2Y/grid...Y/grid.png)

And to get that small image, you can use 'mogrify' from imagemagick.

Code:
mogrify -resize 250x250 thumb.jpg


Messages In This Thread
Markdown Fixes. - by yrmt - 28-07-2012, 07:14 PM
RE: Markdown Fixes. - by crshd - 29-07-2012, 12:06 AM