mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-02-28 04:49:50 +00:00
Compare commits
1 Commits
master
...
community-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
60b4af64e9 |
16
community/people/SaqImtiaz.tid
Normal file
16
community/people/SaqImtiaz.tid
Normal file
File diff suppressed because one or more lines are too long
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user