From 57cd4fcfee3b066412697bcbb4e2bd7fafa8ca30 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 15 Aug 2002 22:06:24 +0000 Subject: Play with markup. --- html/elispmarkup.php3 | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'html') diff --git a/html/elispmarkup.php3 b/html/elispmarkup.php3 index 2e21180c..f8602af1 100644 --- a/html/elispmarkup.php3 +++ b/html/elispmarkup.php3 @@ -114,19 +114,21 @@ function elisp_markup($filename,$thispage,$title="") { $line = $file[$i]; // HTML escapes $line = htmlentities($line); + // Pagebreaks + // ??? // Anchors for URLs $line = ereg_replace("((http://|mailto:)[-a-zA-Z0-9\.~/_@]+)","\\1",$line); // Font-lock equivalents... // 1. comments. Strings roughly done: ignore if quote appears after ; -// seems buggy. -// $line = ereg_replace("^([^;]*)(\;+[^\"]+)$", -// "\\1