「Testpage」の版間の差分

提供:UselessNotes
編集の要約なし
編集の要約なし
1行目: 1行目:
test
test


<markdown>
$Parsedown = new Parsedown();
## Emphasis
echo $Parsedown->text('Hello _Parsedown_!');
 
**This is bold text**
 
__This is bold text__
 
*This is italic text*
 
_This is italic text_
 
~~Strikethrough~~
</markdown>

2024年6月22日 (土) 16:02時点における版

test

$Parsedown = new Parsedown(); echo $Parsedown->text('Hello _Parsedown_!');