# HG changeset patch # User Wuzzy # Date 1531163818 -3600 # Node ID ea2c33d74c852bfe973c5ce5964b23b2bf742339 # Parent 8196665ba6d7b3b38fbafd5632eab717e871301b HWPFormat: fix indent? diff -r 8196665ba6d7 -r ea2c33d74c85 HWPFormat.wiki --- a/HWPFormat.wiki Mon Jul 09 20:16:34 2018 +0100 +++ b/HWPFormat.wiki Mon Jul 09 20:16:58 2018 +0100 @@ -29,16 +29,14 @@ ==== Example ==== Suppose you have made a theme with the name “!MyTheme_v1” (!MyTheme, version 1). If you want to package it in a HWP, you just create a Zip file (e.g. “MyTheme.zip”) with the following directory structure: -``` -Themes - MyTheme_v1 - theme.cfg - BlueWater.png - SDWater.png - horizont.png - Sky.png - (many other theme files) -``` + Themes + MyTheme_v1 + theme.cfg + BlueWater.png + SDWater.png + horizont.png + Sky.png + (many other theme files) Then the only thing you need to do is to rename the Zip file to have the correct suffix, i.e. “MyTheme_v1.hwp”. Note only the suffix is important. The name before that can be whatever you like.