Skip to content

Commit

Permalink
Merge pull request #101 from fonsp/fonsp-patch-1
Browse files Browse the repository at this point in the history
Fix #100
  • Loading branch information
fonsp authored May 4, 2021
2 parents 52bb7c9 + efd57ae commit ed3b84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Terminal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ div.PlutoUI_terminal {
max-height: 300px;
overflow: auto;
}
div.PlutoUI_terminal pre {
pluto-output div.PlutoUI_terminal pre:not(.no-block) {
color: #ddd;
background-color: transparent;
margin-block-end: 0;
Expand Down

2 comments on commit ed3b84e

@fonsp
Copy link
Member Author

@fonsp fonsp commented on ed3b84e May 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/36062

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.9 -m "<description of version>" ed3b84ed86cbbe20bb018a19ff88c4ef6f3dc8fc
git push origin v0.7.9

Please sign in to comment.