Skip to content

Commit e7e37de

Browse files
authored
Merge pull request #216 from historical-theology/patch-1
2 parents 7ebb27c + bcc88b2 commit e7e37de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/en/getting-started/a-note-on-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Sometimes, however, viewing plain Markdown text can become arduous. For example,
2020

2121
Zettlr aims to make viewing and writing Markdown easier for you. For this, Zettlr needs to pre-render some elements in your documents. For example, pre-rendering links hides the links and only displays their description. A link description could, however, contain malicious HTML code. A similar issue occurs with rendering tables in the Table Editor: each cell in the table could contain malicious HTML code that will be executed upon rendering it.
2222

23-
Therefore, many of the renderers that make Markdown readable can execute malicious code in documents and therefore put your safety at risk.
23+
Therefore, many of the renderers that make Markdown readable can execute malicious code in documents and put your safety at risk.
2424

2525
If you only open files from sources you trust, this should not be an issue. However, if you frequently have to open Markdown documents from the internet or from sources you cannot fully trust, it may make sense to disable these renderers to ensure that no Markdown document with malicious code can harm you.
2626

@@ -76,7 +76,7 @@ Imports and exports are always facilitated with the help of Pandoc. Pandoc itsel
7676

7777
### Custom Export Commands
7878

79-
Zettlr allows you to specify arbitrary commands for exporting in the settings. This comes in handy when you, for example, use a pre-made Docker container that contains a specialized install of Pandoc, or when you want to, e.g., upload the file somewhere. However, this means that you need to be able to trust whichever command you run. Do never, under any circumstances, add or run a custom command in the settings which you do not fully trust.
79+
Zettlr allows you to specify arbitrary commands for exporting in the settings. This comes in handy when you, for example, use a pre-made Docker container that contains a specialized install of Pandoc, or when you want to, e.g., upload the file somewhere. However, this means that you need to be able to trust whichever command you run. Never, under any circumstances, add or run a custom command in the settings which you do not fully trust.
8080

8181
!!! note
8282

0 commit comments

Comments
 (0)