In markdown there is support for creating links with for example css classes attached. An example: ``` [foo bar](https://example.com){.myclass} ``` Can we have completion support for css classes in that `{...}` area?
In markdown there is support for creating links with for example css classes attached. An example:
Can we have completion support for css classes in that
{...}area?