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?