We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2aaa600 + badff0b commit 5b3ccb2Copy full SHA for 5b3ccb2
1 file changed
website/src/components/anchor-modal.js
@@ -29,7 +29,7 @@ export function createModal() {
29
</button>
30
</div>
31
32
- <div id="modal-content" class="flex-1 overflow-y-auto p-6 prose prose-slate dark:prose-invert max-w-none">
+ <div id="modal-content" class="flex-1 overflow-y-auto p-6 prose prose-slate dark:prose-invert max-w-none asciidoc-content">
33
<div class="flex items-center justify-center h-64">
34
<div class="text-[var(--color-text-secondary)]">Loading...</div>
35
0 commit comments