Render image tags #1

Open
arch wants to merge 4 commits from org-images into master
Owner

Orgmode specifies that it treats links with an image suffix and no description as an embedded image, and as such should render as an img tag in HTML.

This code could probably be optimized with some regex.

https://orgmode.org/manual/Images.html

Orgmode specifies that it treats links with an image suffix and no description as an embedded image, and as such should render as an `img` tag in HTML. This code could probably be optimized with some regex. https://orgmode.org/manual/Images.html
arch added 2 commits 2023-08-13 18:07:20 +01:00
arch added 1 commit 2023-08-13 18:08:58 +01:00
arch added 1 commit 2023-08-13 18:21:02 +01:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin org-images:org-images
git checkout org-images

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff org-images
git checkout master
git merge --ff-only org-images
git checkout org-images
git rebase master
git checkout master
git merge --no-ff org-images
git checkout master
git merge --squash org-images
git checkout master
git merge --ff-only org-images
git checkout master
git merge org-images
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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: arch/orgize#1
No description provided.