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

Incorrect inline JS format in codeblock #2246

Closed
yenle-novobi opened this issue Feb 21, 2024 · 0 comments
Closed

Incorrect inline JS format in codeblock #2246

yenle-novobi opened this issue Feb 21, 2024 · 0 comments
Labels
bug Something isn't working.

Comments

@yenle-novobi
Copy link

What happened?

This codeblock

fn type_of<T>(_: &T) -> String {
    return format!("{}", std::any::type_name::<T>());
}

was affected by Dataview inline JS when it is under a list. You can see from the image that if the codeblock isn't indented in a list, there is no fainted yellow underline for any::type_name::<T>().

image

DQL

No response

JS

No response

Dataview Version

0.5.64

Obsidian Version

1.5.3

OS

MacOS

@yenle-novobi yenle-novobi added the bug Something isn't working. label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

1 participant