Examples

This is the native Table of Contents of the Google Docs. This is a kind of in-document table of contents.

Supported Features List of the GGeditor

|REPLACE1|

Paragraphs

The next paragraph contains links, bold, italic, subscript and superscript text, clickable inline image . As well as a paragraph of the same content with indentation.

In mathematics, IMG1 a polynomial[1] is an expression consisting of variables (or indeterminates) and coefficients, that involves only the operations of addition, subtraction, multiplication, and non-negative integer exponents. An example of a polynomial of a single indeterminate x is x2 − 4x + 7. An example in three variables is x3 + 2xyz2 − yz + Tab.

In mathematics, IMG2 a polynomial is an expression consisting of variables (or indeterminates) and coefficients, that involves only the operations of addition, subtraction, multiplication, and non-negative[2] integer exponents. An example of a polynomial of a single indeterminate x is x2 − 4x + 7. An example in three variables is x3 + 2xyz2 − yz + Tab.

List Item

Table

Simple Table

header*

標題 x2+y2

Search

In mathematics,

In mathematics,

In mathe*matics,

In mathematics,

In mathematics,

Complex Table

In mathematics, a polynomial is an expression consisting of variables (or indeterminates) and coefficients, that involves only the operations of addition, subtraction, multiplication, and non-negative integer exponents. An example of a polynomial of a single indeterminate x is x2 − 4x + 7. An example in three variables is x3 + 2xyz2 − yz + Tab.

  1. In mathematics, a polynomial is an expression consisting of variables (or indeterminates) and coefficients, that involves only the operations of addition, subtraction, multiplication, and non-negative integer exponents. An example of a polynomial of a single indeterminate x is x2 − 4x + 7. An example in three variables is x3 + 2xyz2 − yz + Tab.
  2. In mathematics, a polynomial is an expression consisting of variables (or indeterminates) and coefficients, that involves only the operations of addition, subtraction, multiplication, and non-negative integer exponents. An example of a polynomial of a single indeterminate x is x2 − 4x + 7. An example in three variables is x3 + 2xyz2 − yz + Tab.

In mathematics, a polynomial is an expression consisting of variables (or indeterminates) and coefficients, that involves only the operations of addition, subtraction, multiplication, and non-negative integer exponents. An example of a polynomial of a single indeterminate x is x2 − 4x + 7. An example in three variables is x3 + 2xyz2 − yz + Tab.

In mathematics, a polynomial is an expression consisting of variables (or indeterminates) and coefficients, that involves only the operations of addition, subtraction, multiplication, and non-negative integer exponents. An example of a polynomial of a single indeterminate x is x2 − 4x + 7. An example in three variables is x3 + 2xyz2 − yz + Tab.

Image

IMG11

Image with link

IMG12

Chart

Points scored

Admonitions

Attention

인기 펑크록밴드 그린데이는 20일 열린 아메리칸 뮤직 어워즈 무대에서 트럼프를 맹비난했다. 그린 데이는 전 세계로 중계된 이날 시상식 무대에서 최근 발매된 신곡 ‘뱅 뱅’을 부르며 “노 트럼프, 노 KKK, 노 파시스트 미국(No Trump, No KKK, No Fascist USA)”라는 구호를 반복해 외쳤다. 그린 데이의 보컬이자 기타리스트인 빌리 조 암스트롱은 이달 초 열린 MTV 유러피안 뮤직 어워즈 현장에서도 트럼프를 히틀러에 비유하며 쓴 소리를 퍼부은 바 있다.

Caution

NHKが各地の消防に取材したところ、午後1時半現在、この地震で、千葉県で82歳の女性が足の骨を折る大けがをするなど、4つの都県で合わせて12人がけがをしたということです。けがをした人の内訳は、福島県で5人、千葉県で4人、東京で2人、宮城県で1人となっています。

Danger

今年9月,一張具有重要歷史意義的越戰照片「燒夷彈女孩」(Napalm Girl),但Facebook宣稱不該發布裸露的女孩照片,並將上傳者帳號停權。 這引發了另一位挪威編輯不滿,他寫了一封公開信表示「Zuckerberg(臉書CEO)分不清楚歷史的重要照片及色情裸露圖片的不同,恣意的進行內容審查」 臉書已經成為10幾億人的資訊來源,如果它開始恣意下架訊息,這會不會是新白色恐怖?

Error

(content of error)

Hint

(content of hint)

Important

(content of important)

Note

(content of note)

Tip

(content of tip)

Warning

(content of warning)

Code block with line number

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/usr/bin/env python

"""
Twisted moved the C{twisted} hierarchy to the C{src} hierarchy, but C{git}
doesn't know how to track moves of directories, only files.  Therefore any
files added in branches after this move will be added into ./twisted/ and need
to be moved over into
"""

import os
from twisted.python.filepath import FilePath

here = FilePath(__file__).parent().parent()
fromPath = here.child("twisted")
toPath = here.child("src")

for fn in fromPath.walk():
    if fn.isfile():
        os.system("git mv {it} src/{it}"
                  .format(it="/".join(fn.segmentsFrom(here))))

os.system('git clean -fd')

def outer(x):
def indent_start(x):
    go start start
    go start end

def end(y):
    go end start
    go end end

Custom Admonition

My Admonition

this is bold text and italic text in the first row

this is a link in the second row

Nested List Item

  • item 1

    1. item 1.1

    2. item 1.2

      • Item a
      • Item b
      • Item c
    3. item 1.3

List Item with Text Styles

  • item 1

    1. item 1.1 with superscript
    2. item 1.12 with superscript
    3. item 1.34 with subscript
  • item 2

    1. Item with link
    2. item with a image IMG14
  • item 3

    1. item[5] with footnote
    2. item[6] with footnote

Here is the source document of this page

Footnotes

[1]Polynomial is poly+nomial
[2]Non-negative is positive and zero
[3]Polynomial is poly+nomial
[4]Polynomial is poly+nomial
[5]This is a footnote of a list item
[6]This is another footnote of a list item