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] Using both # and numbers, the left column directory rendering is abnormal, with an additional blank line #2067

Open
pengyuwei opened this issue Nov 12, 2024 · 0 comments
Assignees
Labels

Comments

@pengyuwei
Copy link

pengyuwei commented Nov 12, 2024

Describe the bug
Using both # and numbers, the left column directory rendering is abnormal, with an additional blank line
example:


## 1. title 


Environment

  • OS: Windows 11
  • VSCode: 1.82.0
  • Markdown Preview Enhanced: 0.8.0
    
    To Reproduce
    Steps to reproduce the behavior:
---
html:
  embed_local_images: true
  embed_svg: true
  offline: true
  toc: true
export_on_save:
  html: true
toc:
  depth_from: 1
  depth_to: 3
  ordered: false
---

# Title

<!-- @import "[TOC]" {cmd="toc" depthFrom=1 depthTo=6 orderedList=false} -->

<!-- code_chunk_output -->

- [Title](#title)
  - [1. subtitle](#1-subtitle)

<!-- /code_chunk_output -->


## 1. subtitle 

content

 

Then use a browser to open the rendered page

Expected behavior
Will 1 Title rendered as regular text

Markdown file
2067.md

Screenshots
2067

Additional context
none


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