Cleanup

From Shopify Wiki

Jump to: navigation, search

Help us reformat the shopify wiki pages from textile to wikitalk.

Click on What links here in the sidebar and get started!

Contents

How to convert

Headings

h1. title becomes

= Title = 

h2. title becomes

== Title ==

Images

Images are embedded with !image_url! in textile. Those have to be uploaded to the new wiki manually and than linked with the [[Image:Example.jpg]] markup.

Links

Links in textile "look like this":http://looklikethis.com Those have be changed to [http://looklikethis.com look like this]


Text formatting

  • *word* would be printed bold in textile. To get the same effect you now have to use three single quotes. '''word'''
  • _word_ would be printed italic in textile. To get the same effect you now have to use two single quotes. ''word''

Code/Pre

Code tags are often embedded in <code> and <pre> the <code> tags should be removed.

Liquid variables

Often if you write {{content_for_header}} or something similar with curly brackets you will find that the wiki wants to turn this into a template. This is a collision of markups between liquid and mediawiki. Simply wrap the variable in nowiki tags.

Personal tools