Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] the admonition doesn't work when usePandocParser is true #2032

Open
narutozxp opened this issue Jul 29, 2024 · 0 comments
Open

[BUG] the admonition doesn't work when usePandocParser is true #2032

narutozxp opened this issue Jul 29, 2024 · 0 comments
Assignees
Labels

Comments

@narutozxp
Copy link

Describe the bug
the admonition is not rendered when usePandocParser is true.

Environment

  • OS: Ubuntu 22.04
  • VSCode: 1.91.1
  • Markdown Preview Enhanced: 0.8.13

To Reproduce
markdown code

!!! abstract

!!! info

!!! tip

!!! success

config

"markdown-preview-enhanced.mathRenderingOption": "MathJax",
    "markdown-preview-enhanced.enableScriptExecution": false,
    "markdown-preview-enhanced.latexEngine": "xelatex",
    "markdown-preview-enhanced.usePandocParser": true,
    "markdown-preview-enhanced.pandocMarkdownFlavor": "markdown-raw_tex+tex_math_single_backslash+raw_html-markdown_in_html_blocks-implicit_figures+hard_line_breaks",
    "markdown-preview-enhanced.pandocArguments": [

    ],

result
$Z5DTT_L{ (LGSR9YMG4ZS6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants