You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked my configurations files and the documentation
Command used
Upload single current active note, Refresh published and upload new notes
Plugin version
7.5.3
Describe the bug
As the title suggests, regular expression replacement cannot add line breaks. After consulting the information, it appears that this might be an issue with Obsidian, but I'm not sure if this plugin can resolve it? Thank you !
/([\s\S]*?)/ -> \n{% raw %}\n$1\n{% endraw %}\n ⬇️ <>
let
brew install hugo
become
\n{% raw %}\n```shell
brew install hugo
### How to reproduce ?
_No response_
### Minimal Reproducible Example
```markdown
Add regular expression replacement rules.
/([\s\S]*?)/ -> \n{% raw %}\n$1\n{% endraw %}\n ⬇️ <
Then publish the article.
it let
brew install hugo
become
\n{% raw %}\n
brew install hugo
\n{% endraw %}\n
SYSTEM INFO:
Obsidian version: v1.7.7
Installer version: v1.7.7
Operating system: Darwin Kernel Version 24.1.0: Thu Oct 10 21:03:15 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6000 24.1.0
Login status: not logged in
Language: zh
Insider build toggle: off
Live preview: on
Base theme: dark
Community theme: Things v2.1.20
Snippets enabled: 0
Restricted mode: off
Plugins installed: 14
Plugins enabled: 14
1: Remotely Save v0.5.25
2: WordPress v0.18.0
3: Remember cursor position v1.0.9
4: Latex Suite v1.9.7
5: Clear Unused Images v1.1.1
6: markdown export v1.0.24
7: Link Converter v0.1.6
8: Workspaces Plus v0.3.3
9: Git v2.31.1
10: Tasks v7.14.0
11: Templater v2.9.1
12: Dataview v0.5.67
13: Enveloppe v7.5.3
14: Paste image rename v1.6.1
RECOMMENDATIONS:
Custom theme and snippets: forcosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happenin the Sandbox Vault or disable community theme and snippets.
Community plugins: forbugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happenin the Sandbox Vault or disable community plugins.
The text was updated successfully, but these errors were encountered:
Issue validation
Command used
Upload single current active note, Refresh published and upload new notes
Plugin version
7.5.3
Describe the bug
As the title suggests, regular expression replacement cannot add line breaks. After consulting the information, it appears that this might be an issue with Obsidian, but I'm not sure if this plugin can resolve it? Thank you !
/
([\s\S]*?)
/ -> \n{% raw %}\n$1
\n{% endraw %}\n ⬇️ <>let
become
\n{% raw %}\n```shell
brew install hugo
Configuration
Relevant log output
OS
MacOS
Anything else?
No response
Obsidian information
The text was updated successfully, but these errors were encountered: