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

Support for Documenter.jl style code blocks #12

Open
kescobo opened this issue Oct 24, 2018 · 0 comments
Open

Support for Documenter.jl style code blocks #12

kescobo opened this issue Oct 24, 2018 · 0 comments

Comments

@kescobo
Copy link
Contributor

kescobo commented Oct 24, 2018

It would be awesome if code fences that use Documenter.jl's syntax could be highlighted properly. Eg.

```@example
x = 2 + 2
```

or

```@repl 1
x = 2 + 2
```

It looks like the code is here, and uses some form of regular expressions? I'd be happy to try a PR, but that looks like jibberish to me. Are there any useful resources on whatever that syntax is?

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