0x7b1 / logseq-plugin-automatic-url-title

MIT License
50 stars 16 forks source link

do not format URLs in code tags #16

Open borutmrak opened 1 year ago

borutmrak commented 1 year ago

The plugin should not touch content of code tags (backtick or triple backtick).

Probably more exceptions like this should be added, but that was what was bothering me today and it was easy to add based on the isWrappedInCommand() function.