mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
Now it's hidden under a registry key ("markdown.experimental.use.compose.for.preview") and a checkbox in Markdown settings. It's a very early stage of development, lots of inlines are not unsupported yet, and styling is far from the JCEF-based renderer.
Merge-request: IJ-MR-140719
Merged-by: Alexander Kuznetsov <Aleksander.Kuznetsov@jetbrains.com>
GitOrigin-RevId: b4ad8a44e17aee1cfff32d20a3d2adc52f9fa9c5
23 lines
1006 B
YAML
23 lines
1006 B
YAML
- name: lib/markdown.jar
|
|
modules:
|
|
- name: intellij.markdown
|
|
contentModules:
|
|
- name: intellij.markdown.fenceInjection
|
|
- name: intellij.markdown.frontmatter
|
|
- name: intellij.markdown.frontmatter.yaml
|
|
- name: intellij.markdown.frontmatter.toml
|
|
- name: intellij.markdown.images
|
|
- name: intellij.markdown.xml
|
|
- name: intellij.markdown.model
|
|
- name: intellij.markdown.spellchecker
|
|
- name: lib/modules/intellij.markdown.compose.preview.jar
|
|
contentModules:
|
|
- name: intellij.markdown.compose.preview
|
|
libraries:
|
|
jetbrains-jewel-markdown-laf-bridge-styling:
|
|
- name: $MAVEN_REPOSITORY$/org/jetbrains/jewel/jewel-markdown-ide-laf-bridge-styling-241/0.19.7/jewel-markdown-ide-laf-bridge-styling-241-0.19.7.jar
|
|
size: 28320
|
|
- name: $MAVEN_REPOSITORY$/org/jetbrains/jewel/jewel-markdown-core-241/0.19.7/jewel-markdown-core-241-0.19.7.jar
|
|
size: 294476
|
|
- name: $MAVEN_REPOSITORY$/org/commonmark/commonmark/0.22.0/commonmark-0.22.0.jar
|
|
size: 193845 |