Headings from h1 through h6 are constructed with a # for each level:
# h1 Heading
## h2 Heading
### h3 Heading| <project xmlns="http://maven.apache.org/POM/4.0.0" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 | |
| http://maven.apache.org/maven-v4_0_0.xsd"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <groupId>com.gordondickens.sample</groupId> | |
| <artifactId>sample-parent</artifactId> | |
| <version>1.0.0</version> | |
| <packaging>pom</packaging> |
| # This file is for unifying the coding style for different editors and IDEs usin EditorConfig | |
| # http://EditorConfig.org | |
| # All EditorConfig properties: | |
| # https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties | |
| root = true | |
| # global settings | |
| [*] |
At the top of the file there should be a short introduction and/ or overview that explains what the project is. This description should match descriptions added for package managers (Gemspec, package.json, etc.)
You are encouraged to add “badges” such as Travis CI’s imageor Code Climate’s
. See this blogpost for more information
Show what the library does as concisely as possible, developers should be able to figure out how your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.
I hereby claim:
To claim this, I am signing this object:
You are encouraged to add “badges” such as Travis CI’s image
or Code Climate’s
. See this blogpost for more information
At the top of the file there should be a short introduction and/ or overview that explains what the project is. This description should match descriptions added for package managers (Gemspec, package.json, etc.)
Pull requests are greatly appreciated and are what makes opensource great. Here's a quick guide:
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)| Verifying that +merikan is my blockchain ID. https://onename.com/merikan |
| <!doctype html> | |
| <title>Site Maintenance</title> | |
| <style> | |
| body { text-align: center; padding: 150px; } | |
| h1 { font-size: 50px; } | |
| body { font: 20px Helvetica, sans-serif; color: #333; } | |
| article { display: block; text-align: left; width: 650px; margin: 0 auto; } | |
| a { color: #dc8100; text-decoration: none; } | |
| a:hover { color: #333; text-decoration: none; } | |
| </style> |
| This gist is for my project euler solutions |