Is there a way to not treat `#` as hashtag

In default, # in logseq is treat as hashtag also a backlink.
But # is a quite a widely used in programming and web content.

In my scenario, [[tag]] is much better than # and less collisions.
So, is there a way to disable treat # symbol as hashtag?

  • Not currently possible to disable it
  • Can escape its behavior with backslash \#
  • When used in coding environments (programming, web etc.), it should go inside backticks:
    `#`