Add a title attribute on comment scopes to indicate the number of comments in the scope.
Also ensure that the last c-count-x defined color class is set even if there are more than 25 comments in the scope.
import random
import unittest
from cm.converters import convert_from_mimetype
class TestConvert(unittest.TestCase):
def test_oo_convert(self):
res, attachs = convert_from_mimetype('cm/converters/tests/data/ooserver_can_convert_me01.doc', 'application/vnd.oasis.opendocument.text', 'markdown')
print res
if __name__ == '__main__':
unittest.main()