fix(docs): use LF instead of CRLF

This commit is contained in:
Elian Doran 2025-04-02 22:34:51 +03:00
parent 4b8e3b39fe
commit 749a398128
No known key found for this signature in database
40 changed files with 41 additions and 41 deletions

View File

@ -35,7 +35,7 @@ Basic Auth is meant to be used with tools which support only basic auth.
It is possible to write simple Bash scripts to interact with Trilium. As an example, here's how to obtain the HTML content of a note:
```sh
```
#!/usr/bin/env bash
# Configuration

View File

@ -15,7 +15,7 @@ Note that some information is also stored as [Attachments](../Attachments). For
Here's part of the HTML representation of this note, as it's stored in the database (but prettified).
```html
```
<h2>
Understanding the source code of the different notes
</h2>