diff --git a/.github/workflows/render_on_push.yml b/.github/workflows/render_on_push.yml index ef015580..91dcf217 100644 --- a/.github/workflows/render_on_push.yml +++ b/.github/workflows/render_on_push.yml @@ -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 diff --git a/2024/another_sample_article_topic_name/article.md b/2024/another_sample_article_topic_name/article.md index a82d208e..db59b6a9 100644 --- a/2024/another_sample_article_topic_name/article.md +++ b/2024/another_sample_article_topic_name/article.md @@ -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 diff --git a/2024/example_of_another_article_getting_accepted/article.md b/2024/example_of_another_article_getting_accepted/article.md deleted file mode 100644 index a82d208e..00000000 --- a/2024/example_of_another_article_getting_accepted/article.md +++ /dev/null @@ -1,18 +0,0 @@ -# This is a Draft article - -This article serves as a test to see if all Markdown features are rendered correctly. Markdown files will be converted into Latex files and compiled into this PDF. - -You can **bold text** to emphasize important points or *italicize text* for a softer emphasis. You can also ~~cross out text~~ to indicate removal or edits. - -> This is a -> blockquote that can be used to highlight important quotes or thoughts. - -Inline code can be added like this: `const x = 10;`. - - -To include code blocks, use triple backticks: -```python -def greet(): - print("Hello World!") -``` - diff --git a/2024/example_of_another_article_getting_accepted/illustration.svg b/2024/example_of_another_article_getting_accepted/illustration.svg deleted file mode 100644 index d669b31c..00000000 --- a/2024/example_of_another_article_getting_accepted/illustration.svg +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - diff --git a/2024/sample_article_topic_name/article.md b/2024/sample_article_topic_name/article.md index 3cc84a65..3ac50677 100644 --- a/2024/sample_article_topic_name/article.md +++ b/2024/sample_article_topic_name/article.md @@ -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).