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

Markdown syntax highlight using back ticks #135

Open
koppor opened this issue Oct 17, 2023 · 0 comments
Open

Markdown syntax highlight using back ticks #135

koppor opened this issue Oct 17, 2023 · 0 comments

Comments

@koppor
Copy link

koppor commented Oct 17, 2023

GitHub flavored markdown supports code fences using backticks instead of tildes.

Example:

```c
int add(int a, int b) {
  return (a+b);
}
```

This should be added to https://hyperpolyglot.org/lightweight-markup

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

1 participant