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
I have markdown pages that get converted into html. example.md -> example.html This means when putting a slash at the end of the URL example/ that I get a page not found. This can be solved by me creating a folder and using an index page instead example/index.md -> example/index.html
Is there a way to have this done automatcially? example.md -> example/index.html
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have markdown pages that get converted into html.
example.md -> example.html
This means when putting a slash at the end of the URLexample/
that I get a page not found. This can be solved by me creating a folder and using an index page insteadexample/index.md -> example/index.html
Is there a way to have this done automatcially?
example.md -> example/index.html
Beta Was this translation helpful? Give feedback.
All reactions