From the course: Creating Technical Documentation with GitHub

Unlock this course with a free trial

Join today to access over 24,400 courses taught by industry experts.

Converting docs to HTML file

Converting docs to HTML file

- [Instructor] In this tutorial, we are going to be learning how to convert Markdown writeups into an HTML file or a PDF. So let's get started. Let's use this dummy example. If we have this technical documentation. Can you see we have Table of Contents and we use the headings syntax, can you see? This is H1, this is H2. Just as you have been taught earlier, okay? So all those knowledge you have been taught earlier, we put everything into practice here. The triple backtick, yeah, the single backtick, everything was used here, okay? So don't worry, I will make this available for you. I'll make it available. You can see the preview here. Yeah, there is the preview. So let's export it as an HTML. Okay, let's do that. Click on EXPORT AS, and then you click on HTML. And automatically it is going to be exported as an HTML file. And if we want to export it as a PDF file, it's very simple. Click on EXPORT AS, and you can, you know, export it as a PDF file. Same thing goes to markdown. If you…

Contents