Filter outline markers in writer, add min-height to preview dialog
This commit is contained in:
@@ -143,6 +143,8 @@ class Writer:
|
||||
return True
|
||||
if stripped.startswith('*大纲'):
|
||||
return True
|
||||
if re.match(r'^\*{0,3}【[^】]*】\*{0,3}\s*$', stripped):
|
||||
return True
|
||||
return False
|
||||
|
||||
def _is_bullet_only(self, text: str) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user