sweble / sweble-wikitext

The Sweble Wikitext Components module provides a parser for MediaWiki's wikitext and an engine trying to emulate the behavior of a MediaWiki.
http://sweble.org/sites/swc-devel/develop-latest/tooling/sweble/sweble-wikitext
70 stars 27 forks source link

Support for the <chem tag #63

Closed physikerwelt closed 6 years ago

physikerwelt commented 7 years ago

Currently, there is build in support for the math extension. However, the chem tag for chemistry is not registered with the math extension. This causes that visit(WtTagExtension n) is called if the math tag is used but not if the chem tag is used. Is there anything one can do make sweble aware of the chem tag?

hannesd commented 7 years ago

We'd be happy to accept a pull request adding support for the chem tag. I'm not familiar with this particular extension myself, but it sounds like quite a bit of work...

Let me know if you have questions on how to extend Sweble.