Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Let's say the page will reside in your site in a subdomain/folder.
Use a react plugin that converts md to an u html site with style.
But make sure to have a footer in case a user decides to be funny and import no-no stuff.
Here is one:
https://github.com/remarkjs/... -
@melezorus34 I've already done all of this work means converting markdown in HTML and give users the privilege to download it but I don't know how do I add a feature that users can host that HTML file on github page from my app?
Related Rants
I'm creating a webapp or I could say a common Markdown editor where user can write markdown and download it's created markdown in html form but I want also add a feature where non techie user can host their written markdown on github pages as a static html page through my app interface, is here any api that github provide us to do this or any other way to do this, please help?
question
github
nodejs
webdevelopment
reactjs