-
Notifications
You must be signed in to change notification settings - Fork 78
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
567c7b8
commit b2bea19
Showing
1 changed file
with
2 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,12 +55,13 @@ Please note, that all your contributions are public from the beginning for anyon | |
Each post should start with a header information, starting and ending with a line with three slashes '---'. Then, three meta-information shall be inserted: | ||
- `title` - a short title. Can be nested into quotes to prevent special characters (e.g. colons) from breaking the text. | ||
- `author` - authors of the contribution and their affiliations, preferably including hyperlinks, e.g. `[Modelica Association](http://modelica.org)` | ||
- `category` - a category of the post. Currently, following five categories are currently accepted. However, if you feel, that your contribution does not exactly fit one of those, we might open a new category. Just [let us know](mailto:[email protected]). | ||
- `category` - a category of the post. Currently, following six categories are currently accepted. However, if you feel, that your contribution does not exactly fit one of those, we might open a new category. Just [let us know](mailto:[email protected]). | ||
- `"association"` - news regarding Modelica association | ||
- `"project"` - news regarding Modelica Association related projects | ||
- `"education"` - news regarding educational resources, or training | ||
- `"library"` - news regarding new or improved libraries | ||
- `"vendor"` - news regarding new Modelica tools versions | ||
- `"conference"` - news regarding public meetings and conferences associated with | ||
|
||
## Markdown syntax | ||
For the text body, use the [kramdown](https://kramdown.gettalong.org/) flavor of the Markdown syntax. See the [quick reference](https://kramdown.gettalong.org/quickref.html). It is *mostly* compatible with the GitHub flavored markdown. | ||
|