Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
m3p2-courses
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
M3P2
m3p2-courses
Commits
63b01a27
Commit
63b01a27
authored
Apr 06, 2019
by
Goutte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the Markdown cheatsheet and a LateX example.
Time to attack the next big dragon: geogebra.
parent
ed424a6d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
68 additions
and
10 deletions
+68
-10
page.en.md
30.about/10.contributing/page.en.md
+60
-5
CONTRIBUTING.md
CONTRIBUTING.md
+8
-5
No files found.
30.about/10.contributing/page.en.md
View file @
63b01a27
...
...
@@ -5,14 +5,14 @@ slug: contributing
## How it works
-
📖
Flat files
-
📖
*Flat files*
-
[
enhanced markdown
](
#enhanced-markdown
)
for content
-
[
YAML frontmatter
](
https://learn.getgrav.org/15/content/headers
)
for metadata
-
🦊
Continuous integration using
[
GitLab
](
https://m3p2.ljbac.com
)
-
🌎
Decentralized versioning
using
[
Git
](
https://en.wikipedia.org/wiki/Git
)
-
🦊
*Continuous integration*
using
[
GitLab (Ruby)
](
https://m3p2.ljbac.com
)
-
🌎
*Decentralized versioning*
using
[
Git
](
https://en.wikipedia.org/wiki/Git
)
-
asynchronous and offline collaboration
-
scales to thousands of contributors
-
🚀
HTML generation using Grav (PHP
)
-
🚀
*HTML generation*
using
[
Grav (PHP)
](
https://m3p2.ljbac.com/m3p2/grav-website
)
-
basically the new WordPress, _but much better_
-
vibrant and growing community in 2019
...
...
@@ -45,8 +45,63 @@ GitLab --> |updates| Website
## Enhanced Markdown
The point of Markdown (compared to raw HTML) is the _readability of the source_.
### Markdown Cheatsheet
```
# Header like h1
## Header like h2
…
###### Header like h6
_italic_
__underlined__
*bold*
**strong**
~~strike-through~~
Go [there](https://…)
[Current chapter](.)
[Parent chapter](..)
[Sibling chapter](../another-chapter)
[Child chapter](chapter)
[Anchor in the page](#slug-of-header)

! blue notice
!! green notice
!!! orange notice
!!!! red notice
!!!!
!!!! another line on the red notice
```
> More at Gitlab's [Markdown documentation](https://docs.gitlab.com/ee/user/markdown.html).
### Emoticons ✨
Just type or paste the unicode character, modern browsers will do the rest.
Here's a handy list: https://unicode.org/emoji/charts/full-emoji-list.html
### LateX
You can use LateX in the courses.
For example, the following
$E = m \cdot c^2$
yields $E = m
\c
dot c^2$
!!!! Make sure you add trailing spaces to expressions like
`\cdot`
,
!!!! or you'll end up with broken formulas.
!!!!
!!!! Generous spacing also improves the readability of the source, and costs nothing.
CONTRIBUTING.md
View file @
63b01a27
...
...
@@ -76,13 +76,16 @@ Right now there are not many differences between the various templates but there
### Markdown Cheatsheet
```
# Header
<h1>
## Header
<h2>
# Header
like h1
## Header
like h2
…
###### Header
<h6>
###### Header
like h6
*emphasis*
_italic_
__underlined__
*bold*
**strong**
~~strike-through~~
Go [there](https://…)
[Current chapter](.)
...
...
@@ -97,7 +100,7 @@ Go [there](https://…)
!!! orange notice
!!!! red notice
!!!!
!!!!
still the sam
e red notice
!!!!
another line on th
e red notice
```
> More at Gitlab's [Markdown documentation](https://docs.gitlab.com/ee/user/markdown.html).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment