1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-02-28 04:49:50 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
saqimtiaz
60b4af64e9 feat: added community card for saqimtiaz 2026-02-27 20:12:01 +01:00
2 changed files with 17 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -420,7 +420,7 @@ function extendInlineParse(thisArg,origFunc,twInlineRules) {
/// post processing ///
function wikify(state) {
var href, title, src, alt;
var href, title, src;
var tagStack = [];
state.tokens.forEach(function(blockToken) {
@@ -458,7 +458,6 @@ function wikify(state) {
token.tag = "$image";
src = token.attrGet("src");
alt = token.attrGet("alt");
token.attrSet("alt",alt);
title = token.attrGet("title");
token.attrs[token.attrIndex("src")][0] = "source";