Compare commits
No commits in common. "d2d49f649b2d7257d2dee201f6f6292700278c9a" and "fbcde80630be70614cf9f93e646e9cc010443b3e" have entirely different histories.
d2d49f649b
...
fbcde80630
|
@ -79,7 +79,6 @@
|
|||
(let ((cleanline (md4tj-clean-multiline line)))
|
||||
;; If this is a signal to include another file
|
||||
(cond ((string-match "^@@INCLUDE" line) (md4tj-parse-to-string (nth 1 (split-string line))))
|
||||
((string-match "^@@LASTUPDATED" line) (concat "Last updated: " (current-time-string)))
|
||||
;; If this is some other signal, ignore
|
||||
((string-match "^@@" line) "")
|
||||
;; Otherwise, process as normal
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
<html lang="en-us">
|
||||
<head>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="test_css.css">
|
||||
<title>Test webpage</title>
|
||||
|
||||
|
@ -46,6 +45,5 @@ int main() {
|
|||
</code>
|
||||
</pre>
|
||||
<br/>
|
||||
Last updated: Wed Jan 4 10:43:05 2023
|
||||
</body>
|
||||
</html>
|
|
@ -27,4 +27,3 @@ int main() {
|
|||
return 0;
|
||||
}
|
||||
```
|
||||
@@LASTUPDATED
|
Loading…
Reference in New Issue