Markdown rendering #4676
-
I would like OpenGrok to render Markdown files after listing directories, even if the file is not named README.md. Is there any way to configure openGrok to behave like that? |
Beta Was this translation helpful? Give feedback.
Answered by
siddharth-ranjan
Oct 22, 2024
Replies: 1 comment
-
Edit: I found a way to satisfy the requirement. In the tomcat/webapps/source directory, locate the list.jsp file. Inside, you’ll find the condition .startswith("readme"). By removing this part, all Markdown files will be rendered after listing the directories alphabetically. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
siddharth-ranjan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Edit: I found a way to satisfy the requirement. In the tomcat/webapps/source directory, locate the list.jsp file. Inside, you’ll find the condition .startswith("readme"). By removing this part, all Markdown files will be rendered after listing the directories alphabetically.