I'm new to mergely and tried to use it in an application. I encounter an error and I can't find a clue to solve it.
The error occurs when I have something like this:
On the left side I have:
<p>This is my paragraph</p>
On the right side I have:
<h1>Title</h1>
<p>This is my paragraph</p>
It seems like adding content on the top of the beginning of the left editor is giving this error. Otherwise it works well. I tested with Internet Explorer and Google Chrome last versions.
I am using the last version (3.4.3) of mergely with the built in codemirror file and jquery 1.9.
Here is how I use mergely:
$("#compareDiv").mergely({
cmsettings: {mode: "application/xml", readOnly: true, lineWrapping: false, lineNumbers: false },
});
$('#compareDiv').mergely('lhs', leftContent);
$('#compareDiv').mergely('rhs', rightContent);
Please can you help me ?
Lucie
--
You received this message because you are subscribed to the Google Groups "Mergely" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mergely+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.