improve syntax of README.md for GitNex app #120

Merged
Starfish merged 2 commits from eUgEntOptIc44/TinyWeatherForecastGermany:eugentoptic44-gitnex-readme-patch into master 1 year ago

Hi @Starfish, 👋

the latest release of the GitNex app (4.2.0) (companion for Gitea for Android devices) has introduced the rendering of images in Markdown content. Unfortunately it fails to display the majority of the images of Tiny Weather Forecast Germany's README.md as they use relative instead of absolute sources. I also changed the markup of a few links as the renderer apparently fails to detect them.

This PR contains the following changes:

  • use absolute values for the src (source) attributes of images -> instead of relative to codeberg repository
  • fix a few links not being discovered by GitNex markdown renderer

Regards,
Jean-Luc

Hi @Starfish, :wave: the latest release of the [**GitNex**](https://gitnex.codeberg.page/) app ([4.2.0](https://gitnex.codeberg.page/posts/420.html)) (companion for Gitea for Android devices) has introduced the **rendering of images** in Markdown content. Unfortunately it fails to display the majority of the images of Tiny Weather Forecast Germany's `README.md` as they use **relative** instead of **absolute** sources. I also changed the markup of a few links as the renderer apparently fails to detect them. **This PR contains the following changes:** * use absolute values for the `src` (*source*) attributes of **images** -> instead of relative to codeberg repository * fix a few **links** not being discovered by GitNex markdown renderer Regards, Jean-Luc
eUgEntOptIc44 added 2 commits 1 year ago
3754a5da4b small improvments for rendering in GitNex app
* use absolute values for the `src` (*source*) attributes of **images** -> instead of relative to codeberg repository
* fix a few **links** not being discovered by GitNex markdown renderer
f3389dc40d fix typos introduced in last commit
caused by excessive use of search-and-replace. Sorry my fault
Starfish merged commit e15d44f658 into master 1 year ago
Owner

Merged, Thanks!

Merged, Thanks!
The pull request has been merged as e15d44f658.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b eUgEntOptIc44-eugentoptic44-gitnex-readme-patch master
git pull eugentoptic44-gitnex-readme-patch

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff eUgEntOptIc44-eugentoptic44-gitnex-readme-patch
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Starfish/TinyWeatherForecastGermany#120
Loading…
There is no content yet.