HWPFormat: fix code section?
authorWuzzy
Mon, 09 Jul 2018 20:18:19 +0100
changeset 1432 549afbe978a8
parent 1431 ea2c33d74c85
child 1433 19945dc3944e
HWPFormat: fix code section?
HWPFormat.wiki
--- a/HWPFormat.wiki	Mon Jul 09 20:16:58 2018 +0100
+++ b/HWPFormat.wiki	Mon Jul 09 20:18:19 2018 +0100
@@ -29,6 +29,7 @@
 ==== 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
@@ -37,6 +38,7 @@
             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.