Markdown test

Table of Contents

Alert

Footnote

Here is a footnote reference,[1] and another.[2]

Mermaid

graph LR A-->B; B-->C1; B-->C2; C1-->D; C2-->D;

Math

PA|B=PB|APAPB

YouTube

Headings

h1 Heading

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

Text emphasis

italic

strikethrough

bold

bold and italic

highlight

google

URL

https://www.google.com/

Table

Header 01 Header 02
Contents11 Contents12
Contents21 Contents22

List

Unordered list

Ordered list

  1. A
    1. A1
    2. A2
      1. A1-1
  2. B

Check list

Description list

Name 1
Def1A Def1B
Name2 Name Markup
Def2

Reference

Reference A

Reference AA

Reference AAA

Reference B

Image

Img Alt

Horizon line


Cord

C

#include<stdio.h>
int foo(int bar){
  return bar+1;
}

int main(void){
  printf("%d\n",foo(5));
  return 0;
}

JavaScript

var foo = function (bar) {
  return bar+1;
};

console.log(foo(5));

Python

def foo(bar):
  return bar+1

print(foo(5))

Markdown

# A
## B
### C
abc

HTML converter for server created

https://github.com/Eruhitsuji/XMLandMD2HTMLConverter

This project allows you to convert from XML to HTML, including HTML and Markdown.

Special character

The three characters <,> and " are treated as special characters. These special characters will have different final display contents depending on how the text is read.

When an HTML tag is used, the output is actually recognized as an HTML tag only in the case of "v" in the following table.

raw[3] &**;[4] &rt_**;[5]
<raw_data> v v
<md_data> v
<special_tag input_raw_data="***"> v v
<special_tag input_md_data="***"> v
<special_tag text="***"> v v

  1. Here is the footnote. ↩︎

  2. Here's one with multiple blocks. Subsequent paragraphs are indented to show that theybelong to the previous footnote. ↩︎

  3. If you write directly <> and " ↩︎

  4. When "lt", "gt", and "quot" are enclosed with "&" and ";" as in HTML special characters ↩︎

  5. When "lt", "gt", and "quot" are enclosed in "&rt_" and ";" ↩︎

Test

md_data

test

ABC

raw_data

abc

PHP test

PHP is not supported on GitHub Page

php test

"); ?>

special_tag text

text test

special_tag input_raw_data

append data

append 01

  • abc
  • <span style='color:red;'>abc</span>
  • abc
  • "abc"
  • append 02

    A B C
    a01 b01 c01
    a02 b02 c02
    a03 b03 c03
    a04 b04 c04
    a05 b05 c05
    a06 b06 c06
    a07 b07 c07

    PHP test

    php test2

    "); print_r($n); ?>

    append data

    append 01

  • abc
  • <span style='color:red;'>abc</span>
  • abc
  • "abc"
  • append 02

    A B C
    a01 b01 c01
    a02 b02 c02
    a03 b03 c03
    a04 b04 c04
    a05 b05 c05
    a06 b06 c06
    a07 b07 c07

    PHP test

    php test2

    "); print_r($n); ?>

    special_tag input_md_data

    append md

    a

    abc

    b

    012

    append md

    a

    abc

    b

    012

    special_tag disp_create_date

    20240429003404
    Created : 2024/04/29 00:34:04

    special_tag disp_update_date

    20240429003404
    Updated : 2024/04/29 00:34:04

    test special character

    raw_data

  • abc
  • <span style='color:red;'>abc</span>
  • abc
  • "abc"
  • md_data

    input_raw_data

  • abc
  • <span style='color:red;'>abc</span>
  • abc
  • "abc"
  • input_md_data

    direct text

  • abc
  • <span style='color:red;'>abc</span>
  • abc
  • "abc"
  • Updated : 2024/04/29 00:34:04