MigratingWikiContent

From HaskellWiki
Revision as of 13:01, 3 December 2010 by Henk-Jan van Tuyl (talk | contribs)
Jump to navigation Jump to search

This page collects issues introduced by moving to the new Wiki.

  • Theme: You may have a different theme from the default when you are logged in. This theme ("Monobook") does not currently work well with the front page (Haskell). To switch to the Wiki default theme, go to Special:Preferences, and under "Skin" select "Hawiki".
  • PDF uploads: Image:Foo.pdf pages currently give an error, so does uploading of new PDF files. The wiki admins are looking into it.
  • Markup
    • <math> tags in source code: The new syntax highlighting doesn't support other markup inside <hask> or <haskell> tags. You can may rewrite it to use no syntax highlighting (using <code>) or perhaps use Unicode symbols instead.
    • Indentation wrong after first line: The new syntax highlighter strips whitespace only at the first line. Fix this by not using indentation in the markup.
    • Weird newline breaks in <hask>-formatted code: Another issue with the new syntax highlighter. Currently, no workaround known.
    • Paragraphing wrong outside <hask>: demo below (needs to be outside list)
  • www.haskell.org/all_about_monads/html/ is missing

(Collect more issues here)

Demo of paragraphing wrong outside <hask>: two paragraphs merged into one:

In the first paragraph we use head on lists.

In the second paragraph we use tail on lists.

(end of Demo)