File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1093,7 +1093,7 @@ export async function processPermalinks(
10931093 ) => {
10941094 try {
10951095 // Extract the original URL from attributes
1096- const hrefMatch = attributes . match ( / h r e f = " ( [ ^ " ] + ) " / ) ;
1096+ const hrefMatch = attributes . match ( / h r e f = " ( [ ^ " ] + ) " / ) ;
10971097 const originalUrl = hrefMatch ? hrefMatch [ 1 ] : '' ;
10981098
10991099 // Check if file exists locally
@@ -1155,7 +1155,7 @@ export async function processDiffLinks(
11551155 ) => {
11561156 try {
11571157 // Extract the original URL from attributes
1158- const hrefMatch = attributes . match ( / h r e f = " ( [ ^ " ] + ) " / ) ;
1158+ const hrefMatch = attributes . match ( / h r e f = " ( [ ^ " ] + ) " / ) ;
11591159 const originalUrl = hrefMatch ? hrefMatch [ 1 ] : '' ;
11601160
11611161 // Look up filename from hash
@@ -1175,4 +1175,4 @@ export async function processDiffLinks(
11751175 // Return original HTML if processing fails
11761176 return bodyHTML ;
11771177 }
1178- }
1178+ }
You can’t perform that action at this time.
0 commit comments