You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make an editor that would preview files processed using Gitdown. This could show 4 windows: Gitdown markup, generated Github markup, HTML and the actual preview. It would be a useful learning and debugging tool.
Some challenges to consider is the configurable Gitdown behaviour, inclusion of external files and use of user defined helpers. The latter is an issue because Gitdown is processed on the server side. Simple solution would be to restrict some of the features.
The text was updated successfully, but these errors were encountered:
Make an editor that would preview files processed using Gitdown. This could show 4 windows: Gitdown markup, generated Github markup, HTML and the actual preview. It would be a useful learning and debugging tool.
Some challenges to consider is the configurable Gitdown behaviour, inclusion of external files and use of user defined helpers. The latter is an issue because Gitdown is processed on the server side. Simple solution would be to restrict some of the features.
The text was updated successfully, but these errors were encountered: