You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/doc/help/faq.en-us.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ Also see [Support Options]({{< relref "doc/help/seek-help.en-us.md" >}})
46
46
*[How can I create users before starting Gitea](#how-can-i-create-users-before-starting-gitea)
47
47
*[How can I enable password reset](#how-can-i-enable-password-reset)
48
48
*[How can a user's password be changed](#how-can-a-user-s-password-be-changed)
49
+
*[Why is my markdown broken](#why-is-my-markdown-broken)
49
50
50
51
51
52
## Difference between 1.x and 1.x.x downloads
@@ -302,3 +303,8 @@ There is no setting for password resets. It is enabled when a [mail service]({{<
302
303
- In your account `Settings -> Account` page (this method **requires** you to know your current password).
303
304
- By using the `Forgot Password` link.
304
305
If the `Forgot Password/Account Recovery` page is disabled, please contact your administrator to configure a [mail service]({{< relref "doc/usage/email-setup.en-us.md" >}}).
306
+
307
+
## Why is my markdown broken
308
+
In Gitea version `1.11` we moved to [goldmark](https://github.com/yuin/goldmark) for markdown rendering, which is [CommonMark](https://commonmark.org/) compliant.
309
+
If you have markdown that worked as you expected prior to version `1.11` and after upgrading it's not working anymore, please look through the CommonMark spec to see whether the problem is due to a bug or non-compliant syntax.
310
+
If it is the latter, _usually_ there is a compliant alternative listed in the spec.
0 commit comments