success
Hello world! Link.
info
Hello world! Link.
warning
Hello world! Link.
danger
Hello world! Link.
Here is a footnote reference,[1] and another.[2]
italic
strikethrough
bold
bold and italic
highlight
| Header 01 | Header 02 |
|---|---|
| Contents11 | Contents12 |
| Contents21 | Contents22 |
Reference A
Reference AA
Reference AAA
Reference B
#include<stdio.h>
int foo(int bar){
return bar+1;
}
int main(void){
printf("%d\n",foo(5));
return 0;
}
var foo = function (bar) {
return bar+1;
};
console.log(foo(5));
def foo(bar):
return bar+1
print(foo(5))
# A
## B
### C
abc
https://github.com/Eruhitsuji/XMLandMD2HTMLConverter
This project allows you to convert from XML to HTML, including HTML and Markdown.
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 |
Here is the footnote. ↩︎
Here's one with multiple blocks. Subsequent paragraphs are indented to show that theybelong to the previous footnote. ↩︎
If you write directly <> and " ↩︎
When "lt", "gt", and "quot" are enclosed with "&" and ";" as in HTML special characters ↩︎
When "lt", "gt", and "quot" are enclosed in "&rt_" and ";" ↩︎
ABC
abc
append 01
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 |
append 01
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 |
abc
012
abc
012