Skip to content

Commit f320c45

Browse files
authored
fix: fix various things to make main green (#628)
1 parent 7cf7f4a commit f320c45

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

en/.gitbook/includes/lets-take-the-file-field-f....md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Let's take the file field f...
33
---
44

5-
```
5+
```plain
66
Let's take the file field from this example entry:
77
If we compare the field contents of the "{} biblatex source" tab (containing the raw bibtex data) with the fields contents in the "General" Tab` (the way how the data is represented), we can see a difference. The characters `:` and `:pdf` exist in "{} biblatex source" tab, but are not depicted in the General Tab:
88
```

en/advanced/entryeditor/add-entry-manually.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Additionally, here the data is shown "as is", which means special symbols that a
88

99
As an example, let's inspect the file field of this example entry:
1010

11-
```
11+
```bibtex
1212
@Article{BennLazar2021www,
1313
author = {Benn, Claire and Lazar, Seth},
1414
date = {2021-09},

en/collect/newentryfromplaintext.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ Different parsers will lead to different results. It is strongly recommended to
1010

1111
Example:
1212

13-
```
13+
```plain
1414
O. Kopp, A. Armbruster, und O. Zimmermann, "Markdown Architectural Decision Records: Format and Tool Support", in 10th ZEUS Workshop, 2018.
1515
```
1616

17-
1. Click Library and select "New entry from plain text..." Alternatively, you can press Ctrl+Shift+N.
17+
1. Click Library and select "New entry from plain text..." Alternatively, you can press Ctrl+Shift+N.
1818

1919
<div align="left"><figure><picture><source srcset="../.gitbook/assets/Bild 1 - dark mode.jpg" media="(prefers-color-scheme: dark)"><img src="../.gitbook/assets/Bild 1.png" alt=""></picture><figcaption></figcaption></figure></div>
20-
2. The "Plain Reference Parser" window opens
20+
2. The "Plain Reference Parser" window opens
2121

2222
<div align="left"><figure><picture><source srcset="../.gitbook/assets/Bild 2 - Plain citations parser dialog opens - dark mode.png" media="(prefers-color-scheme: dark)"><img src="../.gitbook/assets/Bild 2 - Plain citations parser dialog opens - light mode.png" alt=""></picture><figcaption></figcaption></figure></div>
23-
3. Paste the reference text:
23+
3. Paste the reference text:
2424

2525
<div align="left"><figure><picture><source srcset="../.gitbook/assets/Bild 3 - paste text - dark mode (1).png" media="(prefers-color-scheme: dark)"><img src="../.gitbook/assets/new-entry-from-plain-text-step-3 (1).png" alt=""></picture><figcaption></figcaption></figure></div>
2626
4. Choose a parser from the drop-down menu.
2727
5. Click "Add to current library"
28-
6. The result is selected in the entry table:
28+
6. The result is selected in the entry table:
2929

3030
<figure><picture><source srcset="../.gitbook/assets/Bild 5 - rule based result is selected in entry table - dark mode.png" media="(prefers-color-scheme: dark)"><img src="../.gitbook/assets/Bild 5 - rule based result is selected in entry table - light mode.png" alt=""></picture><figcaption></figcaption></figure>
3131

0 commit comments

Comments
 (0)