Markdown All in One Documentation
Guide
Contributing
Specifications
Management
Blog
Install open in new window
GitHub open in new window
Guide
Contributing
Specifications
Management
Blog
Install open in new window
GitHub open in new window

    Code completion

    • /specs/code-completion.md

    Editor theming

    • /specs/editor-theming/editor-decoration.md

    Exporting

    • Exporting to HTML

    List editing

    • /specs/list-editing/list-continuation.md
    • /specs/list-editing/list-toggling.md

    Markdown table

    • /specs/markdown-table/table-formatting.md

    Math

    • /specs/math/definitions-of-math-areas.md
    • /specs/math/math-environment-toggling.md
    • /specs/math/math-syntax-highlighting.md

    Slugify

    • Slugify rules for Azure DevOps
    • Slugify rules for Gitea
      • Overview
      • References
    • /specs/slugify/github-enterprise-server.md
    • Slugify rules for GitHub
    • Slugify rules for GitLab
    • Slugify rules for Hugo
    • Slugify rules for Visual Studio Code

    Table of contents

    • TOC detection
    • TOC generation
    Markdown preview /specs/pasting-link.md

# Slugify rules for Gitea

# Overview

Gitea has been using goldmarkopen in new window with their own slugify method since version 1.11 released on 2020-02-10.

# References

  • https://docs.gitea.io/en-us/faq/#why-is-my-markdown-brokenopen in new window

  • https://pkg.go.dev/code.gitea.io/gitea/modules/markup/markdown?tab=importsopen in new window

  • go-gitea/gitea#9533open in new window

  • https://github.com/yuin/goldmark/blob/bd58441cc141c6455d2ed592a4f1d01adee4211a/README.md#context-optionsopen in new window

    IDs allows you to change logics that are related to element id (ex: Auto heading id generation).

  • https://github.com/yuin/goldmark/issues/56#issuecomment-562963529open in new window

Edit this page open in new window

← Slugify rules for Azure DevOps /specs/slugify/github-enterprise-server.md →