Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
tri2820 committed Oct 18, 2024
1 parent ba5ecd9 commit a11b755
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/render_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Get current date
id: current_date
run: echo "current_date=$(date +'%d%m%y-%H%M')" >> $GITHUB_ENV
run: echo "current_date=$(date +'%d%m%y - %H%M')" >> $GITHUB_ENV

- name: Create Release and Upload Assets
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 2 additions & 0 deletions 2024/another_sample_article_topic_name/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ You can **bold text** to emphasize important points or *italicize text* for a so
Inline code can be added like this: `const x = 10;`.

To include math block, use dollar signs:
$$a^2 + b^2 = c^2$$

To include code blocks, use triple backticks:
```python
Expand Down
18 changes: 0 additions & 18 deletions 2024/example_of_another_article_getting_accepted/article.md

This file was deleted.

27 changes: 0 additions & 27 deletions 2024/example_of_another_article_getting_accepted/illustration.svg

This file was deleted.

2 changes: 1 addition & 1 deletion 2024/sample_article_topic_name/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Or a table:

Here is a [Link to the TILICS Repo](https://github.com/unibas-tilics/tilics).

Note that, images in will _not_ be shown ![Placeholder](https://upload.wikimedia.org/wikipedia/commons/b/bf/Universit%C3%A4t_Basel_2018_logo.svg).
Note that, images will _not_ be shown ![Placeholder](https://upload.wikimedia.org/wikipedia/commons/b/bf/Universit%C3%A4t_Basel_2018_logo.svg).

0 comments on commit a11b755

Please sign in to comment.