[Request] full view render
i need render single markdown file full page, can this tool do that ?
What do you mean by "full page"
What do you mean by "full page"
Yessss that is... So i can bring the full page shortlink to my friend or other people to read some rendered markdown, instead giving the github or gist link >.<
I think emgithub is not meant to do that, since emgithub gives you a html <script> tag that must be used inside a html page. The <script> tag itself can not be directly viewed.
I believe GitHub Pages may suit you. Say you have a Markdown file https://github.com/username/repo/blob/main/file.md. With GitHub Pages, the Markdown file can be rendered at username.github.io/repo/file.html.
just need the preview only without any forms. might can get the source url from URL parameter then render it into preview element. might you can get some idea to create it.
If you visit https://emgithub.com/yusanshi/emgithub/blob/master/README.md, you'll see the preview page you want.
So one possible way it to just hide all other elements, leaving alone the preview in this case. This can be done by hacking 404.html. Since this feature is quite off-topic, you may need to fork the project and hack as you need. See https://github.com/yusanshi/emgithub#create-your-own-emgithub.