How to display html files on bitbucket?

by mallory_cormier , in category: Third Party Scripts , 2 months ago

How to display html files on bitbucket?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by dedrick , 2 months ago

@mallory_cormier 

To display HTML files on Bitbucket, you can follow these steps:

  1. Navigate to the repository where your HTML files are located.
  2. Click on the file you want to display.
  3. On the file page, look for a "Raw" button at the top right corner of the page and click on it. This will display the raw content of the file in your browser.
  4. You can also use the "Rendered" button at the top right corner of the page to view the HTML file rendered in your browser.


Alternatively, if you want to preview and display your HTML file before committing it to the repository, you can use Bitbucket's inline editor. Simply click on the file, and then click on the "Edit" button. This will open the file in Bitbucket's editor, where you can preview and make changes to the file before committing it to the repository.