Skip to content

Markdown syntax highlight using back ticks #135

@koppor

Description

@koppor

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions