Commit 670bdde2 authored by Arnaud Legrand's avatar Arnaud Legrand

Cosmetics

parent 180dc8d8
......@@ -64,6 +64,8 @@ while(defined(my $line=<INPUT>)) {
# $line =~ s|Date:.*<br|<i>Date: $gitdate</i><br|g;
# $line =~ s|<p>TITLE:\(.*\)<br|<b>TITLE:$1</b><br|g;
#### Processing links to images, org files, archives, ...
$line =~ s|img src="http|img src="%|g;
$line =~ s|img src="([^%][^"]*)"|img src="$raw_path/$1"|g; # ?inline=false
$line =~ s|img src="%|img src="http|g;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment