mirror of
https://github.com/gogs/gogs.git
synced 2026-05-06 07:26:34 +02:00
markup: able to display image from IPython notebook (#4366)
This commit is contained in:
@@ -1402,6 +1402,9 @@ footer .ui.language .menu {
|
||||
.repository.file.list #file-content #ipython-notebook .nb-cell.nb-heading-cell {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
.repository.file.list #file-content #ipython-notebook .nb-cell img {
|
||||
max-width: 100%;
|
||||
}
|
||||
.repository.file.list #file-content #ipython-notebook .nb-raw-cell {
|
||||
white-space: pre-wrap;
|
||||
background-color: #f5f2f0;
|
||||
|
||||
Reference in New Issue
Block a user