markdown語法

This a page(**)

plantUML

file

@startuml
abstract        abstract  
abstract class  "abstract class"  
annotation      annotation
circle          circle
()              circle_short_form
class           class
diamond         diamond
<>              diamond_short_form
entity          entity
enum            enum
interface       interface
protocol        protocol
struct          struct
@enduml
------------------------------------------- ;

用法

最高階標題(======註解)

===========

第二階標題(-----註解)

-----------------------------------;

程式碼(使用```包含)

 for (var unit:list){
    printf(unit);
 }

-----------------------------------;

區塊

區塊的區塊


照片


Screenshot

extention

😄 ❤️ 👍

/// tab | Tab A title Tab A content /// /// tab | Tab B title Tab B content /// /// tab | Tab C Title / new: True Will be part of a separate, new tab group. /// /// admonition | Some title / type: note Some content /// /// note | Some title / attributes: / class: class-a class-b Some content