Proposal: Standardizing Section Headers in Markdown #72
Unanswered
VerzatileDev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Consideration has been raised regarding the format of section headers in markdown files. The question is whether we should use
##
instead of###
to denote the beginning of a section, where##
creates an underline effect.Where "
##
" Specifies the core title - > and "###
" would specify its Sub-headerSuch that:
Current Structure
Utilizes
###
for every header on the page.Such that on the page " https://github.com/VerzatileDevOrg/Programming_HandBook/blob/main/docs/Concepts/SOLID.md "
It would fall into
###
Should this be addressed or kept?
Beta Was this translation helpful? Give feedback.
All reactions