Just put for example in the file README
the symbol #
before a title that Github automatically transforms to h1
or has to configure or download something for Markdown to work.
Just put for example in the file README
the symbol #
before a title that Github automatically transforms to h1
or has to configure or download something for Markdown to work.
The file should have .md
extension for the engine of GitHub to know to process Markdown. You do not have to do anything other than use Markdown's special markup. In fact #
transforms into <H1>
into HTML.