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?
