mirror of
https://github.com/go-gitea/gitea
synced 2025-08-01 23:28:36 +00:00
readd .markdown class to all markup renderers (#8357)
fixes #8299, a regression from 867f46f
.
unlike it's name suggests, the .markdown class is needed for most markup types.
a future refactor should rename this class to something more generic
This commit is contained in:
@@ -429,6 +429,7 @@
|
||||
|
||||
.csv {
|
||||
overflow-x: auto;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
Reference in New Issue
Block a user