user1928436
user1928436

Reputation: 165

Include Readme.md in HTML file

I have a static HTML page which I am hosting on a personal server. I have a README.md file which I am storing in a public GH repo. I'd like to automatically include the contents of the ReadMe on my local html page.

Basically, I want to be able to update the Readme file in the project repo and have updated instructions automatically displayed on the project website.

Any thoughts?

Thanks

Upvotes: 0

Views: 333

Answers (1)

Alex McMillan
Alex McMillan

Reputation: 17952

I think you might need more than just HTML for that. Perhaps look into using ajax to request your external resource and insert it into your page...

Upvotes: 1

Related Questions