mirror of
https://github.com/marktext/marktext.git
synced 2025-05-06 15:19:51 +08:00
fix: README.md image sources (#763)
This commit is contained in:
parent
fd3daf4e51
commit
5d23b08ea9
5
.github/CONTRIBUTING.md
vendored
5
.github/CONTRIBUTING.md
vendored
@ -73,11 +73,14 @@ If there are conflicts or you want to update your local branch, please do the fo
|
|||||||
Before you can get started developing, you need set up your build envoriment:
|
Before you can get started developing, you need set up your build envoriment:
|
||||||
|
|
||||||
- git
|
- git
|
||||||
- Node.js, npm and yarn
|
- Node.js `>=v8.12.0`, npm and yarn
|
||||||
- C++ compiler and development tools
|
- C++ compiler and development tools
|
||||||
|
|
||||||
**Additional development dependencies on Linux:**
|
**Additional development dependencies on Linux:**
|
||||||
|
|
||||||
|
- libx11 (dev)
|
||||||
|
- libxkbfile (dev)
|
||||||
|
|
||||||
On Debian-based Linux: `sudo apt-get install libx11-dev libxkbfile-dev`
|
On Debian-based Linux: `sudo apt-get install libx11-dev libxkbfile-dev`
|
||||||
On Red Hat-based Linux: `sudo dnf install libx11-devel libxkbfile-devel`
|
On Red Hat-based Linux: `sudo dnf install libx11-devel libxkbfile-devel`
|
||||||
|
|
||||||
|
15
README.md
15
README.md
@ -1,5 +1,4 @@
|
|||||||
|
<p align="center"><img src="https://raw.githubusercontent.com/marktext/marktext/master/static/logo-small.png" alt="Mark Text" width="100" height="100"></p>
|
||||||
<p align="center"><img src="https://github.com/marktext/marktext/blob/master/static/logo-small.png" alt="mark text" width="100" height="100"></p>
|
|
||||||
|
|
||||||
<h1 align="center">Mark Text</h1>
|
<h1 align="center">Mark Text</h1>
|
||||||
|
|
||||||
@ -110,7 +109,7 @@
|
|||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@ -125,13 +124,13 @@
|
|||||||
|
|
||||||
| Dark :crescent_moon: | Light :high_brightness: |
|
| Dark :crescent_moon: | Light :high_brightness: |
|
||||||
|:------------------------------------------------------------------:|:-------------------------------------------------------------------:|
|
|:------------------------------------------------------------------:|:-------------------------------------------------------------------:|
|
||||||
|  |  |
|
|  |  |
|
||||||
|
|
||||||
<h4 align="center">:smile_cat:Edit modes:dog:</h4>
|
<h4 align="center">:smile_cat:Edit modes:dog:</h4>
|
||||||
|
|
||||||
| Source Code | Typewriter | Focus |
|
| Source Code | Typewriter | Focus |
|
||||||
|:--------------------------------------------------------------------:|:------------------------------------------------------------------------:|:-------------------------------------------------------------------:|
|
|:--------------------------------------------------------------------:|:------------------------------------------------------------------------:|:-------------------------------------------------------------------:|
|
||||||
|  |  |  |
|
|  |  |  |
|
||||||
|
|
||||||
## Why write another editor?
|
## Why write another editor?
|
||||||
|
|
||||||
@ -143,7 +142,7 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|  |  |  |
|
|  |  |  |
|
||||||
|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
|
|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
|
||||||
| [](https://github.com/marktext/marktext/releases/download/v0.13.65/marktext-0.13.65.dmg) | [](https://github.com/marktext/marktext/releases/download/v0.13.65/marktext-setup-0.13.65.exe) | [](https://github.com/marktext/marktext/releases/download/v0.13.65/marktext-0.13.65-x86_64.AppImage) |
|
| [](https://github.com/marktext/marktext/releases/download/v0.13.65/marktext-0.13.65.dmg) | [](https://github.com/marktext/marktext/releases/download/v0.13.65/marktext-setup-0.13.65.exe) | [](https://github.com/marktext/marktext/releases/download/v0.13.65/marktext-0.13.65-x86_64.AppImage) |
|
||||||
|
|
||||||
@ -157,7 +156,7 @@ If you use macOS, you can install Mark Text using [**homebrew cask**](https://gi
|
|||||||
brew cask install mark-text
|
brew cask install mark-text
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### macOS and Windows
|
#### macOS and Windows
|
||||||
|
|
||||||
@ -187,7 +186,7 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
|
|||||||
|
|
||||||
**Platinum Sponsors**
|
**Platinum Sponsors**
|
||||||
|
|
||||||
<a href="https://readme.io" target="_blank"><img src="https://github.com/marktext/marktext/blob/master/doc/sponsor/readme.png" /></a>
|
<a href="https://readme.io" target="_blank"><img src="https://raw.githubusercontent.com/marktext/marktext/master/doc/sponsor/readme.png" /></a>
|
||||||
<a href="https://opencollective.com/marktext#platinum-sponsors">
|
<a href="https://opencollective.com/marktext#platinum-sponsors">
|
||||||
<img src="https://opencollective.com/marktext/tiers/platinum-sponsors.svg?avatarHeight=36&width=600">
|
<img src="https://opencollective.com/marktext/tiers/platinum-sponsors.svg?avatarHeight=36&width=600">
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user