Files
openide/plugins/markdown/model
Nikolay Chashnikov c7afafcfd9 [markdown] merge intellij.markdown.core in intellij.markdown module
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
2024-02-07 14:06:30 +00:00
..