I've been looking for a plugin maybe that does something like what you can read from below.
If no one knows a plugin that could do that i'd like to get some info on how one would go about doing this.
Also i'm not totally sure if this would even be ok thing to do..?
So, I'm looking for a way to target a specific marker in a document, like for instance !divide! or --divide-- Something that doesnt normally exist in language written by normal humanbeings yet something that doesnt take a rocket scientist to conjure and yet again one that is distinct from regular text.
Then target that !divide! and wrap text while removing !divided!. Like this:
Lorem ipsum dolor !divide! sit amet becomes >>
<p>Lorem ipsum dolor</p> <p>sit amet</p>
And
Lorem !divide! ipsum dolor !divide! sit amet becomes >>
<p>Lorem</p> <p>ipsum dolor</p> <p>sit amet</p>
This is.. Well, this is what i have so far. More than anything, it's me trying to get my thoughts together and try to tell what im looking for here: http://jsfiddle.net/PvMJL/2/