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

adding explicit classes for repl mode #1050

Merged
merged 3 commits into from
Aug 19, 2023
Merged

adding explicit classes for repl mode #1050

merged 3 commits into from
Aug 19, 2023

Conversation

tlienart
Copy link
Owner

closes #1048

adds classes

  • julia-repl,
  • julia-repl-shell
  • julia-repl-help
  • julia-repl-pkg

so that

```>
x = 5
```

becomes

<pre><code class="language-julia-repl julia-repl">julia> x &#61; 5
5
</code></pre>

making it easier to be more specific and have dedicated styling or annotation for repl blocks.

@tlienart tlienart merged commit 0cba0b6 into master Aug 19, 2023
1 check passed
@tlienart tlienart deleted the tl/i1048 branch August 19, 2023 09:33
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.

[Feature request] Code block annotations
1 participant