img_without_a #8

Merged
acastro merged 2 commits from img_without_a into master 4 years ago

Handling Image links

every image is wrapped with an
merge, disables img links to the wiki File: page

<a class="image" href="sandbox/wiki/File:xyz.jpg"><img src="xyz.jpg""></a>
                    Becomes:
<a class="image" href="javascript:void(0);" ><img src="xyz.jpg""></a>
Handling Image links every image is wrapped with an <a> merge, disables img links to the wiki File: page ``` <a class="image" href="sandbox/wiki/File:xyz.jpg"><img src="xyz.jpg""></a> Becomes: <a class="image" href="javascript:void(0);" ><img src="xyz.jpg""></a> ```
Poster

Handling Image links

every image is wrapped with an
merge, disables img links to the wiki File: page

<a class="image" href="sandbox/wiki/File:xyz.jpg"><img src="xyz.jpg""></a>
                    Becomes:
<a class="image" href="javascript:void(0);" ><img src="xyz.jpg""></a>
Handling Image links every image is wrapped with an <a> merge, disables img links to the wiki File: page ``` <a class="image" href="sandbox/wiki/File:xyz.jpg"><img src="xyz.jpg""></a> Becomes: <a class="image" href="javascript:void(0);" ><img src="xyz.jpg""></a> ```
acastro closed this pull request 4 years ago
acastro reopened this pull request 4 years ago
acastro closed this pull request 4 years ago
acastro deleted branch img_without_a 4 years ago
The pull request has been merged as a95c47ed85.
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 img_without_a master
git pull origin img_without_a

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff img_without_a
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 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: XPUB/special-issue-11-wiki2html#8
Loading…
There is no content yet.