vote up 1 vote down star

I'm starting a Stack Exchange site and I want to be able to intercept the question text before and after the markdown script gets at it.

I want to be be able to enter [custom-tag]stuff to be altered[/custom-tag] in the question window, and then have the stuff to be altered removed (as the standard markdown engine won't be able to interpret it) store it, and then replace the tags in the output with the stuff to be altered after it has been processed by my own (serverside) engine.

I'm failing at the first step; I can't find the markdown javascript is. Is it somewhere hidden in /content/js/master.js?


79% accept rate
try meta.stackexchange.com – Kobi Oct 11 at 12:21
There have been a couple of votes to move this to meta.stackoverflow.com, can I point out this actually belongs on meta.stackexchange.com (there is no option in close to move it there). Note they are different sites. We don't want to clutter our meta discussions with this sort of question. Reminds me of the difference between a "meerkat" and "market" (UK users will know what I'm on about). – AnthonyWJones Oct 11 at 12:30
1  
Just because it's about StackExchange doesn't mean that it's not programming related. Would you vote to close it if it were about some generic jQuery plugin? – tvanfosson Oct 11 at 12:37

migrated to meta.stackoverflow.com by Kobi, Avi, AnthonyWJones, ceejayoz, SilentGhost Oct 11 at 15:55

Browse other questions tagged or ask your own question.