Skip to content

Commit

Permalink
Fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
subhramit authored Sep 16, 2024
1 parent 3a90113 commit 1b8a92e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/code-howtos/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,20 @@ JabRef needs external submodules (such as CSL style files) for some of its respe
What's strange (mostly an IntelliJ bug): Regardless of CLI or GUI, These changes should ideally not be noticed on staging, as per the `.gitmodules` configuration. However, that is somehow overruled when using IntelliJ's CLI.

### Fix

For `csl-styles`:

```

Check failure on line 99 in docs/code-howtos/faq.md

View workflow job for this annotation

GitHub Actions / Markdown

Fenced code blocks should have a language specified

docs/code-howtos/faq.md:99 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md040.md
$ git merge origin/main
$ git checkout main -- src/main/resources/csl-styles
$ ... git commit ...
$ git push
git merge origin/main
git checkout main -- src/main/resources/csl-styles
... git commit ...
git push
```

And similarly for `csl-locales` or `abbrv.jabref.org`.

#### Alternative method (if the above doesn't work):
#### Alternative method (if the above doesn't work)

1. Edit `.gitmodules`: comment out `ignore = all` (for the respective submodules you are trying to reset)

```

Check failure on line 112 in docs/code-howtos/faq.md

View workflow job for this annotation

GitHub Actions / Markdown

Fenced code blocks should have a language specified

docs/code-howtos/faq.md:112 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md040.md
Expand Down

0 comments on commit 1b8a92e

Please sign in to comment.