Replies: 1 comment 2 replies
-
When you say you are trying to point another html page, is this page originally a markdown/notebook page that I’ve converted to html? Or are using directly HTML pages? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Working in Jupyterbooks converting from working RStudio and bookdown.
I am trying to point to an html page that is in the same directory set as my primary html page. I do this all the time in bookdown and RStudio.
Two tries.
First: from Bookdown....Inside of my page I would insert:
TITLE1out{target="_blank"}
and would get TITLE1out
great.
Second: from Jupyterbook I insert:
TITLE1out{target="_blank"}
But what's rendered in the processed html from Jupyterbooks (PyCharm) is
TITLE1out
This seems strange behavior to me and not helpful. I'm very used to looking at the rendered html locally before serving it up to my host.
Any advice would be appreciated because this is a killer for me in this conversion. I've got dozens of these kinds of extraneous pages of content.
Beta Was this translation helpful? Give feedback.
All reactions