首页 技术 正文
技术 2022年11月16日
0 收藏 633 点赞 4,746 浏览 4081 个字

MarkdownPad Document

<!–
/* Solarized (Light) */
/* Authors: Ethan Schoonover: http://ethanschoonover.com/solarized, CodeCatalyst: http://codecatalyst.com/ */
/* Version: d9a83f4e7a47432baff86e1e7946d9e066cf3d1b (modified) */
/* https://github.com/CodeCatalyst/mou-theme-solarized */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ol,
ul,
li,
img {
margin: 0;
padding: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
html * {
font-family: “ff-din-web-pro-1”, “ff-din-web-pro-2”, sans-serif;
font-size: 16px;
line-height: 19.2px;
color-profile: sRGB;
}
body {
min-width: 32em;
max-width: 52em;
margin: 10px;
}
p {
font-weight: lighter;
margin-bottom: 20px;
}
strong {
font-weight: bold;
}
ol,
ul {
margin-left: 2em;
margin-bottom: 20px;
}
ul ul,
ol ol,
ul ol,
ol ul {
margin-top: 10px;
}
li {
margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: lighter;
text-transform: capitalize;
margin-top: 20px;
margin-bottom: 20px;
}
h1 {
font-size: 24.624px;
line-height: 29.548799999999996px;
}
h2 {
font-size: 24.624px;
line-height: 29.548799999999996px;
}
h3 {
font-size: 23.44px;
line-height: 28.128px;
}
h4 {
font-size: 22.16px;
line-height: 26.592px;
}
h5 {
font-size: 22.16px;
line-height: 26.592px;
}
h6 {
font-size: 22.16px;
line-height: 26.592px;
}
img {
margin-bottom: 20px;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img,
p img {
margin-bottom: 0;
}
pre {
margin-bottom: 20px;
}
pre,
code {
font-family: monospace;
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
padding: 15px;
}
h1 {
text-transform: uppercase;
font-weight: bold;
border-bottom: 1px solid;
}
h2 {
border-bottom: 1px solid;
}
h3,
h4,
h5,
h6 {
border-bottom: none;
}
html * {
color: #657b83;
}
html body {
background-color: #fdf6e3;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
color: #586e75;
border-color: #657b83;
}
html a,
html a:active,
html a:visited {
color: #586e75;
}
html a:hover {
background-color: #eee8d5;
}
html pre {
color: #586e75;
background-color: #eee8d5;
}
html a,
html a:active,
html a:visited,
html code.url {
color: #b58900;
}
html h1 {
color: #b58900;
}
html h2,
html h3,
html h4,
html h5,
html h6 {
color: #b58900;
}

/*
LICENSE

Solarized Theme for Mou

Copyright (c) 2012 CodeCatalyst, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Solarized

Copyright (c) 2011 Ethan Schoonover

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
–>

Markdown的使用技巧

一、标题

一个”#“表示H1、“##”表示H2…

二、列表

  1. 第一点
  2. 第二点
  3. 注意1.2. -与文本之间要有一个空格
  4. 这一点

三、加粗、斜体、删除线

1.加粗 2.斜体 3.~~删除线~~

四、代码

1.直接一个tab,开始一行代码

hellow world

2.多行代码块

第一段代码
第二段代码
第三段代码

3.反引号括起来

Use the printf() function.

这个是引用

五、连接和图片

  • 【】(url地址)
  • 插入图片:!【】(img地址)
  • eg 刘凯个人主页
  • eg 简述Markdown的使用方法
  • 行内式
  • See my About page for details.
  • 参考式
  • This is [an example][id] reference-style link.

六、引用

窗前明月光, 疑是地上霜; 抬头哦王明月, 低头思故乡。

七、分隔线

1.* * *


2.***


3.****



——————————————————————————

2017/10/7 4:06:20

console.log()

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,086
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,561
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,410
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,183
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,820
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,903