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

Custom Scope Definitions #713

Open
1 task done
Jab2870 opened this issue Oct 19, 2023 · 0 comments
Open
1 task done

Custom Scope Definitions #713

Jab2870 opened this issue Oct 19, 2023 · 0 comments

Comments

@Jab2870
Copy link

Jab2870 commented Oct 19, 2023

Check for existing issues

  • Completed

Describe the feature

First off, thank you for creating and maintaining this tool.

We have a number of markdown extensions we use that (for example) turn a yaml block into a table.

For instance:

```{.table align=xX}
- Instance: Exmple 1
  Details: some detail
- Instance: Example 2
  Details: some different detail
```

Creates

image

It would be nice if I could define a regex so that vale knows to treat this as a table, applying any <th> rules to the yaml keys, and <td> rules to the yaml values.

I have read through the documentation, and the non-standard markup section, only appears to deal with ignoring markup, not treating it as a specific type of markup

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

No branches or pull requests

1 participant