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

Fix ANSI colors for @repl blocks #1628

Merged
merged 1 commit into from
Jul 6, 2021
Merged

Fix ANSI colors for @repl blocks #1628

merged 1 commit into from
Jul 6, 2021

Conversation

fredrikekre
Copy link
Member

Each @repl block are now constructed of multiple <code> blocks under the same <pre>. Input blocks have class="language-julia-repl" (enabling highlightjs) and output blocks have class="nohighlight" (disabling highlightjs).

@fredrikekre fredrikekre added the Format: HTML Related to the default HTML output label Jul 6, 2021
Each at-repl block are now constructed of multiple <code> blocks under the same <pre>.
Input blocks have class="language-julia-repl" and output blocks have
class="nohighlight".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Format: HTML Related to the default HTML output
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants