<wrap hi>ハイライト表示</wrap>
ハイライト表示
<wrap em>赤い太文字表示</wrap>
赤い太文字表示
そのために、''%%--type=angular%%''が必要になってしまった
そのために、--type=angularが必要になってしまった
—2022/05/03 更新
https://itlogs.net/dokuwiki-default/
DokuWikiのデフォルトテンプレートのカスタマイズを解説
https://itlogs.net/dokuwiki-analytics/
DokuWikiにGoogleアナリティクスを設定する方法

以下の、2か所の「G-xxxxxxxxxx」は、ご自身のGタグを入力してください。
<?php
global $INFO;
if (!$INFO['isadmin']) {
?>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-xxxxxxxxxx"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-xxxxxxxxxx');
</script>
<?php
}
?>