mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
It makes no sense to have a separate 'intellij.markdown' module since its only dependency is 'intellij.markdown.core' module, it just complicates the project structure and may confuse people. Moreover, it causes problems with loading the Markdown plugin via the modular loader when running from sources (RDCT-773), because 'intellij.markdown.core' module isn't mentioned in the 'content' tag in plugin.xml and therefore isn't loaded. Adding it to the 'content' tag may cause problems because content modules are considered as optional by plugin model v2. GitOrigin-RevId: 78d54449934c43b1eb4afcd07b02e46bedb30799