Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server hangs when header hierarchy is not respected ((SEVERE/4) Title level inconsistent) #3

Open
dfelinto opened this issue Sep 23, 2014 · 0 comments

Comments

@dfelinto
Copy link

The server hangs when I have a header 3 without having a header 2 before.

For example, write:

h1 header
*********

h2 header
=========

h3 header
---------

Now go and remove the h2 header (and the ====). This will make the streaming to hang. If you quit vim and restart the server the server will fail to restart even the previous generated page and it will throw a 500 error. (and show the 'Preview RST' page)
(complete error log: http://www.pasteall.org/54139)

If you go to the file and fix that, the problem is solved (you don't even need to restart the server).

The error is (SEVERE/4) Title level inconsistent, and got me really confused when I was first trying the plugin. That said I'm enjoying it a lot and think it will be very useful, thanks for this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant