Markdown Fixes. - Community & Forums Related Discussions
Users browsing this thread: 3 Guest(s)
|
|||
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. Quote:![Alt text](imageurl) 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
|