vishal2376 / git-coach

Git Coach is a Ads free education app designed to help users learn Git and explore its commands.
GNU General Public License v3.0
177 stars 9 forks source link

Use custom markup files #4

Closed GrimPixel closed 8 months ago

GrimPixel commented 1 year ago

Is your feature request related to a problem? Please describe. It is good for learning anything, not limited to Git.

Describe the solution you'd like Import own markup files to learn, with the ability ofo customising all the markup syntax to support different markdown dialects and other markup languages.

vishal2376 commented 1 year ago

What are you expecting? Can you explain a little bit more with example.

GrimPixel commented 1 year ago

I would like to use custom files in a markup language to learn. It could be other programming languages; it could be other subjects.

vishal2376 commented 1 year ago

Basically you want a markup language reader which can read imported (.md) files.

GrimPixel commented 1 year ago

Others like AsciiDoc as well, to be precise. In the ideal case, all the syntax can be customised.