conwnet / github1s

One second to read GitHub code with VS Code.
https://github1s.com
MIT License
22.84k stars 865 forks source link

[feature-request] Support for restructured text #72

Open purhan opened 3 years ago

purhan commented 3 years ago

Many projects on github use RestructuredText (.rst) for their README. Example Is there a desire to add support for it?

Siddhant-K-code commented 3 years ago

What are the benefits of using .rst in README?

purhan commented 3 years ago

What are the benefits of using .rst in README?

@Siddhant-K-code It's generally preferred to use it for making API related docs. It has inbuilt features like Table of contents, symbolic mathematics, etc. Popular tools like sphinx use it for such reasons I believe.