-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54066c4
commit 248c814
Showing
2 changed files
with
82 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Put Your Title Here | ||
|
||
<PageHeader /> | ||
|
||
General description goes here. You can also include a badge tag like so: | ||
|
||
**Tags:** | ||
<badge text='encryption' vertical='middle' /> | ||
|
||
Other notes: | ||
|
||
- There should only be one `#` section in an article. | ||
- Leave the `<PageHeader/>` and `<PageFooter/>` tags where they are. | ||
- This file should be left as `README.md` and you should place it inside a folder that represents the article name. | ||
- Any images that you want to include inline should be placed in that folder too. | ||
|
||
``` | ||
* article-name (this is the folder) | ||
* image1.png (an image for the article) | ||
* image3.png (another image for the article) | ||
* README.md (this file/the article you just made) | ||
``` | ||
|
||
If your article needs to reference a file for download like a `.docx` or a `.pdf`, please place it into the `site/.vuepress/public/assets/downloads` directory and link to it like so: | ||
|
||
`[link-text](/assets/downloads/file-to-download.pdf)` | ||
|
||
## Descriptive Sub Section | ||
|
||
More information here. You can have as many `##` sections as you'd like. | ||
|
||
### Sub Sub Section | ||
|
||
- You can nest `##`-`######` for up to six levels of sub-sections. | ||
- You can _italicize_ by wrapping text like `_italicize_` or `*italicize*` | ||
- You can __bold__ by wrapping text like `__bold__` or `**bold**` | ||
- For more commands a great cheat sheet on Markdown can be found at [https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet). | ||
- It is highly recommended and encouraged that you use VS Code and: | ||
- [Markdown All in One](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one) | ||
- [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) | ||
|
||
<PageFooter /> |