Skip to content

Commit

Permalink
Merge pull request #3517 from peter-scholtens/patch-3
Browse files Browse the repository at this point in the history
Create file.md
  • Loading branch information
eht16 committed Jul 16, 2023
2 parents 45e7455 + 9a69bb6 commit 2b06995
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/Makefile.am
Expand Up @@ -103,6 +103,7 @@ template_files = \
templates/files/main.cxx \
templates/files/main.d \
templates/files/main.java \
templates/files/main.md \
templates/files/main.py \
templates/files/main.vala \
templates/files/module.erl \
Expand Down
52 changes: 52 additions & 0 deletions data/templates/files/main.md
@@ -0,0 +1,52 @@
# This is a first level header
## This is a second level header
### This is a third level header
#### This is a fourth level header
##### This is a fifth level header
###### This is a sixth level header

# This is the next first level header
## Optionally add closing hashes ##
## And so on,... ##

Other Header method, level 1
============================
Other Header method, level 2
----------------------------

# Make unordered lists like:

* Red
* Green
* Blue

# Make Ordered lists like:

1. Bird
2. Fish
3. Dinosaur


# Create Horizontal Rules

Use either one of this methods:

* * *

***

*****

- - -

---------------------------------------

# Using hyperlinks

This is [an example](http://example.com/ "Title") inline link.

[This link](http://example.net/) has no title attribute.

# References

More [syntax details](https://daringfireball.net/projects/markdown/syntax "Hovering message") can be found here.

0 comments on commit 2b06995

Please sign in to comment.