Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
Is there a way to link to specific code lines for a Markdown file[1] in Bitbucket? I have found a UI toggle for each of GitHub, GitLab, and Forgejo that adds a query string to disable the pretty ou...
#1: Initial revision
Link to Markdown line on Bitbucket
Is there a way to link to specific code lines for a Markdown file[^files] in Bitbucket? I have found a UI toggle for each of GitHub, GitLab, and Forgejo that adds a query string to disable the pretty output,[^render] but nothing for Bitbucket. Interestingly, using various values for `?viewer=` causes the whole file preview to disappear, but that might be a red herring. [^files]: Markdown, SVG, etc. Any file with a special rendered mode. [^render]: The pretty output is nice! I like it most of the time... but sometimes I want the code lines.
