Obsidan uses the following markup for images
|
|
On the other hand hugo uses a different markup, as long as the images are in the static folder, the markup should look like the following:
|
|
We can use a simple regex to convert obsidian images to hugo format. You can use it either find and replace option, with regex option enabled in any modern IDE like VS code.
|
|
You can also run it from the command line, for example, with sed command
|
|