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

Add ability to alias a code block language #26

Open
Apostolique opened this issue Sep 28, 2022 · 0 comments
Open

Add ability to alias a code block language #26

Apostolique opened this issue Sep 28, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Apostolique
Copy link
Owner

When doing a code block:

```rust
// Test
```

Would be nice to be able to do something like:

```rust : other
// Test
```

The effect would be that the highlighting would use the rust syntax but the language shown in the top right would be other.

@Apostolique Apostolique added enhancement New feature or request good first issue Good for newcomers labels Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant