@extends('layout.master') @section('title', 'Markdown') @section('parentPageTitle', 'Forms') @section('content')
Markdown editing meet Bootstrap
How are you? I have below task for you :
' + 'Select from this text... Click the bold on THIS WORD and make THESE ONE italic, ' + 'link GOOGLE to google.com, ' + 'test to insert image (and try to tab after write the image description)
' + 'Test Preview And ending here...
' + 'Click "List"
Enjoy!'; $('#markdown-editor').text(toMarkdown(initContent)); }); @stop