Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I try to configure markitup, 'cause I want to parse the input before showing in the preview-box.

I downloaded the markitup.bbcode-parser.php from this source and saved the file in the templates-Directory of markitup. In the next step I edited the jquery.markitup.js:

> previewParser: true,
> reviewParserPath: '~/templates/markitup.bbcode-parser.php',
> previewParserVar: 'data',

My preview-page (preview.php) looks like that:

<!-- HTML Code --> 
<body>
<div id="previewbox"> 
<!-- content -->
</div>
</body>

But all the steps haven't any effect. The content is shown in the previewbox - but without parsing. Example: [b]Hello World![/b] is also shown as [b]Hello World![/b] in the preview. Can somebody help?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.