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

Tabulation breaks triple-acute blocks #363

Open
savchenko opened this issue Aug 19, 2021 · 1 comment
Open

Tabulation breaks triple-acute blocks #363

savchenko opened this issue Aug 19, 2021 · 1 comment

Comments

@savchenko
Copy link

Normal behaviour:

image

Test snippet:

- To guess the "default" ipv4 of the target host...

```yaml
ansible_default_ipv4.address|
```

### Parameter structs

Added tabulation with two spaces, vim-pandoc-syntax fails to detect closing triple-acute:

image

- To guess the "default" ipv4 of the target host...

  ```yaml
  ansible_default_ipv4.address|default(ansible_all_ipv4_addresses[0])
  ```

### Parameter structs
@user202729
Copy link

Known problem -- the character ` cannot appear at the start of a list item continuation. See broken highlighting after pre-formatted code in lists · Issue #208 · vim-pandoc/vim-pandoc-syntax

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

2 participants