webplatform / ops

http://webplatform.github.io/ops/
5 stars 1 forks source link

Issue when editing an article containing nowiki tag #176

Open Darnor opened 9 years ago

Darnor commented 9 years ago

If you try to edit the following article some content (basically everything after the first <nowiki> tag) is missing in the "Main Content" window and can't be edited:

https://docs.webplatform.org/wiki/concepts/programming/programming_basics

I guess this is due to some parsing error after the <nowiki> tag. If you change it to <pre> and press show preview everything, including tags and handlebars, show up. Also if you use the tag, things after it seems to get parsed differently in the preview and article, meaning that characters like < and > get converted to &lt; and &gt;.

renoirb commented 9 years ago

Migration isn’t done yet, but you might want to use the next release of the site running on a static site generator instead.

As I said, it is incomplete, I got to create a HTML to Markdown converter tool and finish up the local development preview server. But that’s where we are going.

renoirb commented 9 years ago

Notice that the page you are working on is located is content/concepts/programming/programming_basics/index.md the staging site runs the content from the static site generator

You are free to use pandoc to make it HTML prior to commit your new version.

Darnor commented 9 years ago

I'll have a look at it later. Currently I sadly don't have much time to spare.

I'd love to contribute to this project because I think it's great and yet it seems that not a lot of people are currently working on it. Maybe you could change the issue link to of the current site pointing here? Currently it just links to the broken Bug Genie. (No login / registration possible -> inactive)

If I hadn't checked the mailing list I wouldn't have found the link here...