Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions .remarkrc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updating the remark config so we can sort of use remark to reformat most things.

Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
{
"settings": {
"bullet": "-",
"commonmark": true,
"emphasis": "*",
"fences": true,
"incrementListMarker": false,
"listItemIndent": "tab",
"rule": "-",
"strong": "*"
},
"plugins": [
"preset-lint-markdown-style-guide",
"preset-lint-recommended",
"remark-gfm",
["lint-no-duplicate-headings", false],
["lint-list-item-indent", "tab"],
["lint-emphasis-marker", "consistent"],
["lint-list-item-indent", "tab"],
["lint-maximum-line-length", 500],
["lint-maximum-heading-length", false],
["lint-no-duplicate-headings", false],
["lint-no-shortcut-reference-link", false],
["remark-lint-unordered-list-marker-style", "-"],
["lint-no-trailing-spaces"],
["remark-lint-code-block-style", false],
["lint-no-undefined-references", false],
["remark-lint-heading-style", false]
["remark-lint-code-block-style", false],
["remark-lint-heading-style", false],
["remark-lint-list-item-spacing", 1],
["remark-lint-unordered-list-marker-style", "-"]
]
}
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,17 @@ tox
make remark
```

### Using remark to format a file

If you have a completely new file that you want to lint,
you can use the following to get most of the markdown formatting done.

Some will still need some manual work.

```bash
npm run format -- path_to_file --ouput
```

## Upgrading dependencies

Rerun `uv sync`:
Expand Down
2 changes: 2 additions & 0 deletions docs/blog/posts/2021-08-12-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
date: 2021-08-12
slug: Steering Group minutes
author: anonymous
categories:
- steering group minutes
---

<!-- more -->
Expand Down
2 changes: 2 additions & 0 deletions docs/blog/posts/2021-11-04-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
date: 2021-11-04
slug: Steering Group minutes
author: anonymous
categories:
- steering group minutes
---

<!-- more -->
Expand Down
2 changes: 2 additions & 0 deletions docs/blog/posts/2021-12-14-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
date: 2021-12-14
slug: Steering Group minutes
author: anonymous
categories:
- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2022-01-06-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2022-01-06
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2022-01-27-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2022-01-27
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2022-02-17-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2022-02-17
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2022-03-10-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2022-03-10
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2022-03-31-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2022-03-31
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2022-06-02-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2022-06-02
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2022-07-14-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2022-07-14
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2022-10-27-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2022-10-27
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2022-11-17-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2022-11-17
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2022-12-08-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2022-12-08
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2023-01-19-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2023-01-19
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2023-02-09-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2023-02-09
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2023-03-02-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2023-03-02
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2023-03-23-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2023-03-23
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2023-04-13-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2023-04-13
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2023-05-25-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2023-05-25
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2023-06-15-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2023-06-15
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2023-07-27-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2023-07-27
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2023-08-17-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2023-08-17
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2023-09-07-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2023-09-07
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2023-09-28-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2023-09-28
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2023-10-19-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2023-10-19
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2023-11-09-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2023-11-09
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2023-11-30-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2023-11-30
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2024-01-11-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2024-01-11
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
3 changes: 3 additions & 0 deletions docs/blog/posts/2024-02-01-steering-group-minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
date: 2024-02-01
slug: Steering Group minutes
author: anonymous
categories:

- steering group minutes
---

<!-- more -->
Expand Down
Loading
Loading