We document here how we extract a Livecode script from a wiki-site, where each page in the site is structured so that code can be documented, forked, and generally manipulated like any wiki-page.
- Pages which do not have a code-item as the first story-item are ignored.
# Issues
It is not completely sure how wiki constructs sitemap.json from the information on a page. It seems that it does not index the first code-item, so for safety we use a plain paragrph-item.
# Markup of first item We add a paragraph of text that begins with `Rex: `
# Examples