You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
silverwind 9c54fef17c
Shorten markdown heading anchors links (#11903)
This changes the links on headings like '# Usage' in markdown from

  `https://host/user/repo#user-content-usage`

to just

  `https://host/user/repo#usage`

matching GitHub and GitLab. The linked id elements still have the prefix
and this behaviour matches GitHub and GitLab too, so JS is needed to
scroll to the active anchor. I suspect it's like that to avoid namespace
collission between user-generated content and other page content.
Compatibilty for old links is included so they will continue to work.

Also included are some enhancements to make the clickable area for the
link icon larger and fix its color on arc-green.

Fixes: https://github.com/go-gitea/gitea/issues/11896
Fixes: https://github.com/go-gitea/gitea/issues/12062
4 years ago
..
themes Add org avatar on top of internal repo icon (#11895) 4 years ago
vendor Reorganize frontend files and tooling (#10168) 4 years ago
_admin.less [UI] Sortable Tables Header By Click (#7980) 4 years ago
_base.less Add org avatar on top of internal repo icon (#11895) 4 years ago
_dashboard.less Fix alignment for commits on dashboard (#11595) 4 years ago
_editor.less Enforce transparent background on editor toolbar elements (#11569) 4 years ago
_explore.less Add Octicon SVG spritemap (#10107) 4 years ago
_form.less Disallow leading zeroes in Less (#10407) 4 years ago
_home.less Add Octicon SVG spritemap (#10107) 4 years ago
_install.less Move less from public/ to web_src/ so that it will not be packe… (#8908) 5 years ago
_markdown.less Shorten markdown heading anchors links (#11903) 4 years ago
_organization.less Add Organization Wide Labels (#10814) 4 years ago
_repository.less Add org avatar on top of internal repo icon (#11895) 4 years ago
_review.less Fix missing styling for dropdown icon on review button (#11998) 4 years ago
_svg.less Use crispEdges rendering for octicon-internal-repo (#11801) 4 years ago
_tribute.less Move tributejs to npm/webpack (#11497) 4 years ago
_user.less Disallow leading zeroes in Less (#10407) 4 years ago
index.less Support unicode emojis and remove emojify.js (#11032) 4 years ago