Skip to content

Commit

Permalink
#6, #10:全文検索を追加、alertをcalloutに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
matumoto1234 committed Mar 25, 2023
1 parent 180307f commit 54b6c32
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,18 @@
tabHeadings: false,
},
'flexible-alerts': {
style: 'flat',
style: 'callout',
},
latex: {
inlineMath: [['$', '$'], ['\\(', '\\)']], // default
displayMath: [['$$', '$$']], // default
inlineMath: [['$', '$'], ['\\(', '\\)']],
displayMath: [['$$', '$$']],
},
copyCode: {
buttonText : 'コピー',
errorText : '🤯',
successText: '👍'
},
search: 'auto',
}
</script>
<!-- Docsify v4 -->
Expand Down Expand Up @@ -66,5 +67,7 @@
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css" />
<script src="//cdn.jsdelivr.net/npm/marked@4"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-katex@latest/dist/docsify-katex.js"></script>
<!-- full text search -->
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
</body>
</html>

0 comments on commit 54b6c32

Please sign in to comment.