Skip to content

Added {.hl} to the list of ssupported classes#87

Closed
atomgalaxy wants to merge 2 commits into
mpark:masterfrom
atomgalaxy:feature/azman/highlight
Closed

Added {.hl} to the list of ssupported classes#87
atomgalaxy wants to merge 2 commits into
mpark:masterfrom
atomgalaxy:feature/azman/highlight

Conversation

@atomgalaxy
Copy link
Copy Markdown

Preliminary impl of {.hl}.

@mpark
Copy link
Copy Markdown
Owner

mpark commented Jun 2, 2026

With the recent upgrade to Pandoc 3.x, highlighting is supported via ==text==. You can even highlight within a code block like:

```cpp
void @==foo==@() {
  // ...
}
```

which renders like:

Screenshot 2026-06-02 at 2 48 11 AM

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

Successfully merging this pull request may close these issues.

2 participants