First of all, we write in Markdown style, which is used in web as an extra layer. It is later gets converted into raw html, but you can always write in pure html and it most likely will work as well. More about Markdown and more detailed tutorials you can find这里, 和这里.

Trick: is always useful to copy and paste from an existingtheory page! click "Edit" on the right side panel to see the html code.


Table of content

Linebreaks

Images

Video

Lists

Tables

Emphasis

标题

高级文本格式化

平台问题


- Add a linebreak:

  • To add a new line without breaking the paragraph, add two spaces at the end of the sentence.
  • Two [Enter] will create a new paragraph
  • 使用显式HTML标记:

  • To another theory page

    [glucose](wiki:/glucose)
    glucose

  • To external resource

    [Labster](labster.com)
    Labster


- Adding a picture:

  • Linking an image

    ![](https://s3.amazonaws.com/labsterim/media/uploads/BSL/Fructose_isomers.jpg)

  • You can add additional information to the image, which can be viewed when a mouse hovers over the image

    ![](https://s3.amazonaws.com/labsterim/media/uploads/BSL/Fructose_isomers.jpg "The most common isoform of fructose is a five-membered ring."

  • If the image will fail to load, you can usealt text, which will be displayed instead of the image.

    ![Fructose isomerase](https://s3.amazonaws.com/labsterim/media/uploads/BSL/Fructose_isomers.jpg)

  • Title for the image:

    **Figure 1:** The most common isoform of fructose is a five-membered ring.


Figure 1:The most common isoform of fructose is a five-membered ring.


- Adding a video

  • Just paste a link

    https://s3.amazonaws.com/labsterim/media/videos/pre/swirling%20bottles.ogv.


- 列表:

Please note that dots represent a number of spaces required for intending.

1. First ordered list item 2. Another item ⋅⋅⋅⋅⋅* Unordered sub-list (5 spaces). ⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅* Each next level is 5 more spaces ⋅⋅⋅⋅⋅- You can also use - for bullet points ⋅⋅⋅⋅⋅+ Or you can use + 1. Actual numbers don't matter, just that it's a number ⋅⋅⋅⋅⋅3. Ordered sub-list 4. And another item.
  1. First ordered list item
  2. Another item
    • Unordered sub-list (5 spaces).
      • Each next level is 5 more spaces
    • 您也可以使用 - 适用于Bullet积分
    • Or you can use +
  3. Actual numbers don't matter, just that it's a number
    1. 订购的子列表
  4. And another item.

- 表格

  • 每个列标有(|)它们之间
  • 标题应至少用三个破折号分开( - )
第1列|第2栏--- |---
Column 1 Column 2
  • 冒号(:)可用于对齐表中的元素
  • 由于某种原因,标题未正确对齐。
  • Outer pipes (|) are optional
| Column 1 | Column 2 | Column 3 | | :------- | :------: | -------: | | Default is left-aligned | I am centered! | I go to the right |
Column 1 Column 2 Column 3
默认为左对齐 I am centered! I go to the right

- Emphasis

  • Italics:

    *Italics* or _Italics_

  • Bold:

    **Figure 1:** or __Figure 1:__

  • 斜体和粗体

    ***Your text***


- Headers:

  • Totally there are 6 sizes of headers (H1-6)
  • H1

    #H1

  • H2

    ##H2

  • H3

    ###H3

  • Or you can use dashes

    Or you can use dashes
    ===================

  • 单独的章节。

New section:

New section
---------------

  • If you want to break the page without making a header, leave a line in between:

Top part


Bottom part

Top part

---------------

Bottom part


- Advanced text formatting

  • Subscript:

    H~2~O
    H2O
    H2O

  • Superscripts:

    ^32^P
    32P
    32P

  • 组合上标和下标

    The simplest solution is to use a link to an image generated bycodecogs.com动态地。

    ![](http://latex.codecogs.com/gif.latex?_{3}^{5}\textrm{C})

    The same way you theoretically can use any LaTeX formula, however, please be advised about服务的许可和使用

UPDATE
You can use HTML and styles directly on you theory page for displaying both sub- and superscripts using the following syntax:

Place this once on the page: