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

Enumerate list items starts with (ii), (iii) etc. are not highlighted #366

Open
user202729 opened this issue Sep 1, 2021 · 2 comments
Open

Comments

@user202729
Copy link

user202729 commented Sep 1, 2021

Example:

1. Test
   2. Test
      (i) Test

      (i) Test **this is correctly bold**

      (i) Test **this is correctly bold**
      (i) Test **this is correctly bold**
      (ii) Test **this is not bold**

Pandoc can handle (i), (ii), (iii), ... just fine.

@user202729
Copy link
Author

Looks like that I only need to define let g:pandoc#syntax#roman_lists=1; however should this be on by default? (pandoc does support it.)

@user202729
Copy link
Author

user202729 commented Sep 6, 2021

Okay, so when it's defined, it somewhat works but not very well.

It appears that it's some experimental feature, which explains the bugs.

I need to apply the following patches

user202729@3046804

user202729@ec908da

The feature is disabled in #129 , but I don't understand why.

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

No branches or pull requests

1 participant