mirror of
https://github.com/marktext/marktext.git
synced 2025-05-04 00:03:37 +08:00
fix: README.md image sources (#763)
This commit is contained in:
parent
fd3daf4e51
commit
5d23b08ea9
7
.github/CONTRIBUTING.md
vendored
7
.github/CONTRIBUTING.md
vendored
@ -73,12 +73,15 @@ 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:
|
||||
|
||||
- git
|
||||
- Node.js, npm and yarn
|
||||
- Node.js `>=v8.12.0`, npm and yarn
|
||||
- C++ compiler and development tools
|
||||
|
||||
**Additional development dependencies on Linux:**
|
||||
|
||||
On Debian-based Linux: `sudo apt-get install libx11-dev libxkbfile-dev`
|
||||
- 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`
|
||||
|
||||
**Let's build:**
|
||||
|
15
README.md
15
README.md
@ -1,5 +1,4 @@
|
||||
|
||||
<p align="center"><img src="https://github.com/marktext/marktext/blob/master/static/logo-small.png" alt="mark text" width="100" height="100"></p>
|
||||
<p align="center"><img src="https://raw.githubusercontent.com/marktext/marktext/master/static/logo-small.png" alt="Mark Text" width="100" height="100"></p>
|
||||
|
||||
<h1 align="center">Mark Text</h1>
|
||||
|
||||
@ -110,7 +109,7 @@
|
||||
|
||||
<br />
|
||||
|
||||

|
||||

|
||||
|
||||
## Features
|
||||
|
||||
@ -125,13 +124,13 @@
|
||||
|
||||
| Dark :crescent_moon: | Light :high_brightness: |
|
||||
|:------------------------------------------------------------------:|:-------------------------------------------------------------------:|
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
<h4 align="center">:smile_cat:Edit modes:dog:</h4>
|
||||
|
||||
| Source Code | Typewriter | Focus |
|
||||
|:--------------------------------------------------------------------:|:------------------------------------------------------------------------:|:-------------------------------------------------------------------:|
|
||||
|  |  |  |
|
||||
|  |  |  |
|
||||
|
||||
## 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) |
|
||||
|
||||
@ -157,7 +156,7 @@ If you use macOS, you can install Mark Text using [**homebrew cask**](https://gi
|
||||
brew cask install mark-text
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
#### 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**
|
||||
|
||||
<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">
|
||||
<img src="https://opencollective.com/marktext/tiers/platinum-sponsors.svg?avatarHeight=36&width=600">
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user