-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Obsidian-to-hugo wrongly convert the following:
```python
if foo==bar and foo==baz:
L = [[12,42],[13,90]]
```to
```python
if foo<mark>bar and foo</mark>baz:
L = [12,42],[13,90]({{< ref "12,42],[13,90" >}})
```Codeblocks should instead be skipped to prevent such false positives (I have no idea how to implement this).
Metadata
Metadata
Assignees
Labels
No labels