-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Frontmatter summary icon is not displayed #34101
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
Comments
Thank you for the detailed analysis! It seems to be a regression of the "removal of Fomantic font icon" Will take a look. |
-> Fix markdown frontmatter rendering #34102 Does it look good to you? |
Yeah, it looks nicer than before. List of keys is a nice touch, but I'm not sure how (and if) it will work with non-object frontmatters (however I am not sure they are supported at all): ---
- hello: world
testing: lists
- and: frontmatter
rendering: edgcases
--- They do seem completely broken rn (frontmatter yaml is pasted into the document body) (out of scope for this issue, can create another if this usecase is even supported): |
Fix go-gitea#34101 # Conflicts: # modules/markup/markdown/renderconfig_test.go
Fix go-gitea#34101 # Conflicts: # modules/markup/markdown/renderconfig_test.go
Fix go-gitea#34101 # Conflicts: # modules/markup/markdown/renderconfig_test.go
Description
<summary>
of the<details>
tag which contains contents of the markdown frontmatter contains an<i class="icon table">
tag, but it does not render.Example issue body:
Demo link: https://demo.gitea.com/rijenkii/123123/issues/1
Related code:
gitea/modules/markup/markdown/goldmark.go
Lines 229 to 230 in 6ed1b26
Possibly related code:
gitea/modules/markup/markdown/markdown.go
Lines 187 to 191 in 6ed1b26
Gitea Version
1.24.0+dev-529-g92dfec704f
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
Git Version
No response
Operating System
No response
How are you running Gitea?
Demo
Database
None
The text was updated successfully, but these errors were encountered: