MacBookPro.lan 2025-12-21:17:12:16
This commit is contained in:
12
.obsidian/plugins/obsidian-markmind/main.js
vendored
12
.obsidian/plugins/obsidian-markmind/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-markmind",
|
||||
"name": "Markmind",
|
||||
"version": "3.3.0",
|
||||
"version": "3.3.9",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "This is a mindmap , outline tool for obsidian.",
|
||||
"author": "Mark",
|
||||
|
||||
@@ -1066,6 +1066,12 @@ th {
|
||||
word-wrap: break-word
|
||||
}
|
||||
|
||||
.mm-node-edit code,
|
||||
.cm-node-text code {
|
||||
word-break: break-all;
|
||||
white-space: break-spaces;
|
||||
}
|
||||
|
||||
/* .cm-node-text mjx-math,
|
||||
.mm-node-edit mjx-math {
|
||||
max-width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user