How to unlink autolinked bitbucket readme markdown
问题 BitBucket uses a MarkDown to render the 'index page' with the readme.md file which is in our repository. There is a string in the readme.md file which looks like a commit hash 'a68c7c33f98668bea65636a7462a94f17446e151' but it isn't. Now apperently bitbucket uses urlize (projekt from django) to autolink everything usefull in our readme.md. This is useful for links but not when this hash, which is not a commit has, becomes a link to a commit which doesn't exist. I'm looking now for a simple way