Check the output links are hallucinations from AI (#139)

* feat: check output links if a hallucination from AI
This commit is contained in:
JeffJiang
2025-05-15 10:39:53 +08:00
committed by GitHub
parent 25e7b86f02
commit bf4820c68f
6 changed files with 88 additions and 14 deletions

View File

@@ -4,6 +4,10 @@
color: inherit;
}
.ProseMirror {
line-height: 1.75;
}
.ProseMirror .is-editor-empty:first-child::before {
content: attr(data-placeholder);
float: left;