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 during exporting to PDF/html with 'auto numbering heading' on #1830

Closed
retsyo opened this issue Dec 20, 2019 · 1 comment
Closed

bug during exporting to PDF/html with 'auto numbering heading' on #1830

retsyo opened this issue Dec 20, 2019 · 1 comment
Labels
🐍 invalid This doesn't seem right

Comments

@retsyo
Copy link

retsyo commented Dec 20, 2019

I am using marktext-x64-win.zip ( 0.16.0-rc.2). I thought the following text

# title 1
## sub-title
### sub-sub-title
# title 2

shoud be exported as

1. title 1

1.1 sub-title

1.1.1 sub-sub-title

2. title 2

but what we get in the exported html/pdf is

title 1

1. sub-title

1.1 sub-sub-title

title 2

@fxha
Copy link
Contributor

fxha commented Dec 20, 2019

I'm closing this issue as this is normal and the expected behavior. Only chapters, sections, and subsections should be numbered but not the main heading.

@fxha fxha closed this as completed Dec 20, 2019
@fxha fxha added the 🐍 invalid This doesn't seem right label Dec 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐍 invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants