diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-02-28 13:12:35 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-02-28 13:12:35 +0100 |
commit | 780b14e30a87bc36c795bb57901bd315bea3a137 (patch) | |
tree | ec47fcca145a22461c4f2fa10576df380484cdfc /web | |
parent | cbc414353b6c9862fa5a89029fe1ef0ae4c22c52 (diff) |
fix mark inline pseudo-code as code (to avoid misparsing as latex)
Diffstat (limited to 'web')
-rw-r--r-- | web/media.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
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 |