Đây là bài viết dùng để kiểm tra các thẻ Markdown

Heading 1 @Annotation

Paragraph in heading 1
Paragraph in heading 2

Heading 2 @Controller

Heading 3

Heading 4

  • Item1
  • Item 2
  • Item 3
  • Item 4
    GoogleTechmaster thử nghiệm bộ gõ Markdown mới
Center Text
Right Align Text

Hello Cross Strike

Column 1Column 2Column 3
TextTextText
TextTextText
TextTextText

xoá Parent xoá Child


Các biến có thể var x = 10
Ngôn ngữ Java

@Entity(name = "subject")
@Table(name = "subject")
@Data
@NoArgsConstructor
public class Subject {
  @Id
  @GeneratedValue(strategy = GenerationType.AUTO)
  private Long id;

  private String name;

  public Subject(String name) {
    this.name = name;
  }
}
main.java

Ngôn ngữ HTML

<table>
   <tr>
      <td>Col1</td><td>Col2</td>
   </tr>
   <tr>
      <td>AAA</td><td>BBB</td>
   </tr>
</table>

Ngôn ngữ PHP

<?php
class A
{
    function foo()
    {
        if (isset($this)) {
            echo '$this is defined (';
            echo get_class($this);
            echo ")\n";
        } else {
            echo "\$this is not defined.\n";
        }
    }
  }
}
crud.php

Cú pháp MarkDown trong HTML table

Java

public class Person {

}
Golang
package main

import "fmt"

func main() {
	fmt.Println("Hello, 世界")
}

Ảnh trong table

Column 1Column 2
Smile👦🏻
Cry

Bạn sẽ thấy ngôn ngữ C++ ở đây

#include <iostream>
int main() {
    std::cout << "Hello World!";
    return 0;
}

Cấu trúc thư mục

.
├── noextracolumns
│   ├── Article.java
│   └── Tag.java
└── separate_primary_key
    ├── Student.java
    ├── StudentSubject.java
    └── Subject.java

Trộn lẫn HTML List trong Table

TablesAreCool
col 3 isright-aligned$1600
col 2 iscentered$12
zebra stripesare neat$1
  • item1
  • item2
See the listfrom the first column