Skip to content

Instantly share code, notes, and snippets.

@521xueweihan
Last active November 25, 2018 13:48
Show Gist options
  • Save 521xueweihan/4214c44bb0df67cc79f6f926c9453efd to your computer and use it in GitHub Desktop.
Save 521xueweihan/4214c44bb0df67cc79f6f926c9453efd to your computer and use it in GitHub Desktop.
GitHub Markdown 编写技巧

美观的ReadME




eva.js is a complete solution to
building modern webs with Vue.js.

NPM version NPM downloads david dm

折叠

徽章图标

http://shields.io/

表格

:squirrel: 🎃 🍺 🍥 :octocat:
第 11 期 第 12期 第 13 期 第 14 期

图片位置

Aligning images

left alignment

This is the code you need to align images to the left:

<img align="left" width="100" height="100" src="http://www.fillmurray.com/100/100">

right alignment

This is the code you need to align images to the right:

<img align="right" width="100" height="100" src="http://www.fillmurray.com/100/100">

center alignment example

<p align="center">
  <img width="460" height="300" src="http://www.fillmurray.com/460/300">
</p>


Ahmed Elkady

💻 🤔 ⚠️

Orla Mitchell

💻 🤔 👀

Jake Bolam

🚇 📖

Sanchit Gera

📖

Monica Moore

🎨

Brandon Baksh

📖
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment