(id)
| 9164 | function domTextBetween(cm, from, to, fromLine, toLine) { |
| 9165 | var text = "", closing = false, lineSep = cm.doc.lineSeparator(), extraLinebreak = false; |
| 9166 | function recognizeMarker(id) { return function (marker) { return marker.id == id; } } |
| 9167 | function close() { |
| 9168 | if (closing) { |
| 9169 | text += lineSep; |