xavitb11 years agoLevel 1ReplyReport SpamWith the graham-campbell/markdown it works just doing <div class="row"> <div class="col-sm-12 col-lg-12"> <div class="dash-wiki dash-unit"> <dtitle>Wiki Project</dtitle> <hr> {{ Markdown::render($wiki)}} </div> </div> </div> Like Reply 1 like
Komayo OP 11 years agoLevel 2ReplyReport SpamI was thinking about that plugin, its the one you use? Can you give me your personal opnion? Ty for the answer btw! :) Like Reply
xavitb11 years agoLevel 1ReplyReport SpamWell I use it in an small project where i read my repos from bitbucket. So in the snippet i make a call to the bitbucket api to get the first page (Home) of every wiki repo and print it as markdown. Just used it for that. Like Reply