add modifications

非科学计数法显示数字

citation[1]

format bank% do not use scientific expression
format long% use long double format
format short% use short double format

1.list equation in left

\(\pi=x^2+\pi\)

2.list equation in middle

\[x=y^2+\gamma
\]

3.example

\[\displaystyle \pi = \sum_{n=1}^{\infty}\frac{1}{n^2}
\]

4.example

\[x=2\pi+x^2
\]

reference[2]

测试

数学公式

x=y^2+3*\pi

\(x=\pi+y^2\)

Python source code example

@requires_authorization
def somefunc(param1='', param2=0):
'''A docstring'''
if param1 > param2: # interesting
print 'Greater'
return (param2 - param1 + 1) or None
class SomeClass:
pass
>>> message = '''interpreter
... prompt'''

TEST github makedown scripts:

OpenCoarrays/README.md at master · sourceryinstitute/OpenCoarrays · GitHub

<meta content="https://avatars0.githubusercontent.com/u/1010472?v=3&amp;s=400" property="og:image" /><meta content="GitHub" property="og:site_name" /><meta content="object" property="og:type" /><meta content="sourceryinstitute/OpenCoarrays" property="og:title" /><meta content="https://github.com/sourceryinstitute/OpenCoarrays" property="og:url" /><meta content="OpenCoarrays - A transport layer for coarray Fortran compilers. " property="og:description" />
  <meta name="hostname" content="github.com">
  <meta name="expected-hostname" content="github.com">
<meta name="js-proxy-site-detection-payload" content="ZTljMjYzOWI5NzE2YzQyODg5NWIwMjE3MmNlOTI5ZWRmNDgzMTczZmM4YjRiZDM3ZWNmYTI1NDg4MWFkNDFhZHx7InJlbW90ZV9hZGRyZXNzIjoiNjEuMTkwLjg4LjE1NyIsInJlcXVlc3RfaWQiOiJENzVFOjg0MDA6OEM5MTc5OkRDRTI4NDo1OTY1Q0JBNyIsInRpbWVzdGFtcCI6MTQ5OTg0MzQ5NSwiaG9zdCI6ImdpdGh1Yi5jb20ifQ==">
  <link href="https://github.com/sourceryinstitute/OpenCoarrays/commits/master.atom" rel="alternate" title="Recent Commits to OpenCoarrays:master" type="application/atom+xml">
<link rel="canonical" href="https://github.com/sourceryinstitute/OpenCoarrays/blob/master/README.md" data-pjax-transient>
Skip to content

      <header class="site-header js-details-container Details" role="banner">
<button class="btn-link float-right site-header-toggle js-details-target" type="button" aria-label="Toggle navigation" aria-expanded="false">
<svg aria-hidden="true" class="octicon octicon-three-bars" height="24" version="1.1" viewBox="0 0 12 16" width="18"><path fill-rule="evenodd" d="M11.41 9H.59C0 9 0 8.59 0 8c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zm0-4H.59C0 5 0 4.59 0 4c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM.59 11H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1H.59C0 13 0 12.59 0 12c0-.59 0-1 .59-1z"/></svg>
</button> <div class="site-header-menu">
<nav class="site-header-nav">
<a href="/features" class="js-selected-navigation-item nav-item" data-ga-click="Header, click, Nav menu - item:features" data-selected-links="/features /features/code-review /features/project-management /features/integrations /features">
Features

Business Explore Marketplace Pricing

  <div class="site-header-actions">
<div class="header-search scoped-search site-scoped-search js-site-search" role="search">

<label class="form-control header-search-wrapper js-chromeless-input-container">
<a href="/sourceryinstitute/OpenCoarrays/blob/master/README.md" class="header-search-scope no-underline">This repository</a>
<input type="text"
class="form-control header-search-input js-site-search-focus js-site-search-field is-clearable"
data-hotkey="s"
name="q"
value=""
placeholder="Search"
aria-label="Search this repository"
data-unscoped-placeholder="Search GitHub"
data-scoped-placeholder="Search"
autocapitalize="off">
<input type="hidden" class="js-site-search-type-field" name="type" >
</label>
      <a class="text-bold site-header-link" href="/login?return_to=%2Fsourceryinstitute%2FOpenCoarrays%2Fblob%2Fmaster%2FREADME.md" data-ga-click="(Logged out) Header, clicked Sign in, text:sign-in">Sign in</a>
<span class="text-gray">or</span>
<a class="text-bold site-header-link" href="/join?source=header-repo" data-ga-click="(Logged out) Header, clicked Sign up, text:sign-up">Sign up</a>
</div>
</div>

test_markdown的更多相关文章

  1. DocNan博文目录

    算法 时频分析:窗口傅立叶变换 数学误区:乘积的求和 MHD simulation with python Linux Linux: Bash基本命令 Linux: 安装和启用firefox浏览器的j ...

随机推荐

  1. 利用GROUP_CONCAT和GROUP BY实现字段拼接

    在开发过程中遇到这样的一个需求,通过GROUP BY分组归类后将同属性的字段进行拼接. 表结构为: id value a b c a b 需要得到结果: id value a,b,c a,b 一开始在 ...

  2. Android 安卓实现页面相互跳转并相互传递参数

    一.对于两个页面之间相互传值,跳转的时候我们使用 startActivityForResult(intent,0),而不是startActivity(intent) 这个方法 第一个页面中在触发跳转的 ...

  3. Cygwin Unable to get setup from *

    Cygwin Unable to get setup from * 错误 解决方案 是因为用自定义镜像站点,比如 http://mirrors.xdlinux.info/cygwin/x86_64/ ...

  4. Vector的浅析

    Vector 可实现自动增长的对象数组.java.util.vector 提供了向量类(vector)以实现类似动态数组的功能.在Java语言中没有指针的概念,但如果正确灵活地使用指针又确实可以大大提 ...

  5. 弹性盒布局display:flex详解

    一:弹性盒子 随着响应式设计的流行,网站开发者在设计网页布局时往往要考虑到页面在适配不同分辨率的浏览器时其内部组件位置大小都会产生变化,因此需要设计者根据窗口尺寸来调整布局,从而改变组件的尺寸和位置, ...

  6. 将非官方扩展程序加入chrome的白名单

    参考来源:http://xclient.info/a/1ddd2a3a-d34b-b568-c0d0-c31a95f0b309.html com.google.Chrome.mobileconfig ...

  7. html学习笔记 - 列表

    <!-- 无序列表 --> <ul type = square> <li><a href="https://www.baidu.com"& ...

  8. 谈一谈JDK8的函数式编程 (一)

    系列之前我想说的   最近有一段时间没写博客了,这几天回到学校,才闲下来,决定写一写最近学习到的只是,既是为了分享,也是为了巩固.之前看到过一篇调查,文章的数据是学习新知识,光是看只能获得大约5%,然 ...

  9. kafka 0.10.2 解决java无法生产消息到指定topic问题

    主要是修改server.properties的advertised.listeners advertised.listeners=PLAINTEXT://192.168.59.132:9092

  10. WebLogic 安装

    首先 需要下载好Weblogic 官网:http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127. ...