Destroyed Storing HTML locally (markdown)

Yudi
2021-07-22 20:43:09 -03:00
parent fd67f147ac
commit d11afc56e9

@@ -1,24 +0,0 @@
If a picture is deleted, the server icon is changed, or if a user changes its avatar, the images will no longer be displayed. <br/><br/>
![](https://i.imgur.com/9uAHT3o.png)
You can avoid this by saving the HTML file with your browser.<br/>
**1.** Open the exported `.html` file
**2.** Right click anywhere, then click "Save as…" or hit CTRL+S (⌘S)
**3.** Save the file as "Webpage, Complete"
Notice that two files will be generated, a `.html` and a folder, they must be kept together.
![](https://i.imgur.com/sgjtOTD.gif)<br/>
### Warning
Some browsers may save sensitive information to the file, such as your system username and paths. This doesn't apply to Firefox. Example:
```html
<!-- saved from url=(0000)file:///C:/Users/User/Documents/export.html -->
```
This line is safe for removal.<br/>
Power users may use regex when dealing with multiple files `.*saved from url.*\n`.