-
Notifications
You must be signed in to change notification settings - Fork 663
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
Some small formatting issues following upgrade to master #296
Comments
Can you try installing from the "master" branch? I think that's because we haven't cut a release with the new layout in it yet: |
(and no problem about the issues! it is always fine :-) ) |
Hmm.. I upgraded to github master and that did change the page layout (yay!) but broke my site's search function. Now Search needs explicit 'not_numbered: true'? also when clicking it in the sidebar it goes to a dead link (`/courses/fall19/labincp/course-content/.html' not found.) I did run the upgrade procedure on my book. |
Ah - search should now not need its own TOC section, but is a little eyeglass in the top right. Sorry, you happen to be giving it a shot right when a bunch of stuff changed on master (a bunch of features were pushed just before the semester started) |
got it, all makes sense now. I'm figuring it out. any guesses why markdown wraped in |
Hmm, what are you trying to do? Do you have an example notebook? |
yeah I have a .md file for my syllabus that looks like this
but the markdown in the middle is no longer being rendered (after upgrade). interestingly if I delete the final |
Just to be on the same page, is the issue that you don't want nbconvert to render the table, and instead want jekyll to render it? Maybe there is a bug in there somewhere... |
Just a note that (I think) there is a bug in your table code. You have one extra "column alignment" cell (the final |
ok interesting, that didn't work for me. here is the simplified schedule.md file:
and the output in _build following
|
Could you try removing the In this case, do you need to style your table in a particular way using the So if you added the tag |
oh that's great, ok. yeah it works fine without the outer div. however Jekyll suggest this is a legit way to stylize a bit of markdown: https://kramdown.gettalong.org/syntax.html#html-blocks. however,t a million iterations of blank lines and spaces and whatnot never triggered markdown rendering inside the |
Yep - that would definitely work with Jekyll, I think that the reason it doesn't is because each page's intermediate HTML file isn't parsed as markdown by Jekyll, so that behavior isn't triggered. I believe that the Do you think this issue is resolved for you? If so, feel free to close! |
yep, and well explained! Thanks! |
Sorry for opening and closing issues but get getting familiar with this project! I noticed that my book (and others) has a fixed width in Safari such that the entire page is centered in the browser and only expands to some maximum width (about 1200px). In contrast the example book, the table of contents anchor to the left side of the page and the main text area expands to fill whatever space is available. This seems to somewhat influence if you can do the Tufts-Style pullouts. Is there a way to toggle the behavior that the jupyterbook guide has?
Example:
Fixed width: http://www.pymc-learn.org/pymc-learn-book/features/interact
Left anchor, scaling width: https://jupyter.org/jupyter-book/intro.html
The text was updated successfully, but these errors were encountered: