If any of you have ever used wmd markdown editor (which is like the editor that stackoverflow uses) then maybe you are able to help me out:
WMD by default assigns itself to the first textarea found on the page. However, I have a page with an arbitrary amount of textareas appearing before the one I need WMD assigned to. WMD provides options to create and destroy instances of itself but I have had no luck creating an instance and assigning it to a specific textarea (i.e. by 'id' or 'class'). Has anyone been able to do this? (the javascript code for wmd is obfuscated so looking through the source to figure this out would be a huge pain).