Markdown Fixes. - Community & Forums Related Discussions
Users browsing this thread: 4 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 |
|||
|
|||
Yay to images in links! I prefer thumbnails over spoilers anyways.
Thanks Beastie! -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCA/IT d-(---)@ s+: a-- C+++(++++)$ UBL*+++ P+++>++++ L++ E W+++$ !N !o K !w !O M+>++ !V PS+++ PE !Y PGP+ !t-- !5 !X R@ tv- b+ DI D+ G e h r++ y+ ------END GEEK CODE BLOCK------ |
|||