I want to store comment formatting in some markup language in our DB. However, we want to allow multiple formatting languages (markdown, textile, restructuredText). It seems we should store a superset of their features, so that we can convert between them.
- Will this work?
- Is there such a superset?
- Are there libraries to switch between them?
- Is there a more structured format we should keep comments in, in the DB?
(Python/Google App Engine if it matters)