From 780b14e30a87bc36c795bb57901bd315bea3a137 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 28 Feb 2020 13:12:35 +0100 Subject: fix mark inline pseudo-code as code (to avoid misparsing as latex) --- web/media.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/media.mdwn b/web/media.mdwn index ddb914e..f8564f1 100644 --- a/web/media.mdwn +++ b/web/media.mdwn @@ -18,7 +18,7 @@ Fast tasks: * add author hint * select all from event * export to normalized path: - $(PICTURES_FOLDER)/darktable_export/$(EXIF_YEAR)$(EXIF_MONTH)$(EXIF_DAY)_$(EXIF_HOUR)$(EXIF_MINUTE)$(EXIF_SECOND)-$(SEQUENCE) + `$(PICTURES_FOLDER)/darktable_export/$(EXIF_YEAR)$(EXIF_MONTH)$(EXIF_DAY)_$(EXIF_HOUR)$(EXIF_MINUTE)$(EXIF_SECOND)-$(SEQUENCE)` * normalize files: mywebgallerynormalize * create per-event gallery * move all into event subdir -- cgit v1.2.3