diff options
| author | Yukai Chou <muzimuzhi@gmail.com> | 2023-12-05 20:24:28 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-05 13:24:28 +0100 |
| commit | 295c9267e534f7847a7fb19f13ff2832668bdcf7 (patch) | |
| tree | 72f7e4eef9df3f5f8aba340c68a056e59694be40 | |
| parent | 4f6fecd6061094f3fb53b80eef279fad4bdf648f (diff) | |
Move spaces between badges out of link texts in README (#2866)
| -rw-r--r-- | README.md | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -4,20 +4,20 @@ <p align="center"> <a href="https://typst.app/docs/"> - <img alt="Documentation" src="https://img.shields.io/website?down_message=offline&label=docs&up_color=007aff&up_message=online&url=https%3A%2F%2Ftypst.app%2Fdocs"/> - </a> + <img alt="Documentation" src="https://img.shields.io/website?down_message=offline&label=docs&up_color=007aff&up_message=online&url=https%3A%2F%2Ftypst.app%2Fdocs" + /></a> <a href="https://typst.app/"> - <img alt="Typst App" src="https://img.shields.io/website?down_message=offline&label=typst.app&up_color=239dad&up_message=online&url=https%3A%2F%2Ftypst.app"/> - </a> + <img alt="Typst App" src="https://img.shields.io/website?down_message=offline&label=typst.app&up_color=239dad&up_message=online&url=https%3A%2F%2Ftypst.app" + /></a> <a href="https://discord.gg/2uDybryKPe"> - <img alt="Discord Server" src="https://img.shields.io/discord/1054443721975922748?color=5865F2&label=discord&labelColor=555"/> - </a> + <img alt="Discord Server" src="https://img.shields.io/discord/1054443721975922748?color=5865F2&label=discord&labelColor=555" + /></a> <a href="https://github.com/typst/typst/blob/main/LICENSE"> - <img alt="Apache-2 License" src="https://img.shields.io/badge/license-Apache%202-brightgreen"/> - </a> + <img alt="Apache-2 License" src="https://img.shields.io/badge/license-Apache%202-brightgreen" + /></a> <a href="https://typst.app/jobs/"> - <img alt="Jobs at Typst" src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Ftypst.app%2Fassets%2Fdata%2Fshields.json&query=%24.jobs.text&label=jobs&color=%23A561FF&cacheSeconds=1800"> - </a> + <img alt="Jobs at Typst" src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Ftypst.app%2Fassets%2Fdata%2Fshields.json&query=%24.jobs.text&label=jobs&color=%23A561FF&cacheSeconds=1800" + /></a> </p> Typst is a new markup-based typesetting system that is designed to be as powerful |
