Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit ddaff1d

Browse files
authored
Fix website formatting issue
The Markdown engine used for rendering the rust-lang website does not like headings which are not preceded by a linefeed, i.e. this code... ``` Something ## A heading ``` ...will be badly rendered as `Something ## A heading`. Note that this behaviour violates the CommonMark spec ( http://spec.commonmark.org/0.27/#atx-headings : "ATX headings need not be separated from surrounding content by blank lines, and they can interrupt paragraphs"). So if you know more than me about the rendering engine in use, you can ask them to fix their parser. But since putting blank lines before and after headings makes the markdown style more consistent/readable anyway, I've went for the alternate option of working around the parser bug :)
1 parent cd9cb5d commit ddaff1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fr-FR/user-groups.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Groupe d'utilisateurs Rust · Rust, le langage de programmation
44
---
55

66
# Rust User Groups
7+
78
Dans le monde entier, il existe plus 50 groupes d'utilisateurs Rust représentant
89
quelques 7000 membres répartis dans plus de 20 pays. Les Rustacéens se retrouvant
910
périodiquement dans ces groupes d'utilisateur. C'est une bonne introduction pour se
@@ -64,6 +65,7 @@ mieux, de créer une Pull Request sur cette [forge GitHub](https://github.com/ru
6465
## Danemark
6566

6667
[Copenhangen Rust Group](http://cph.rs), Copenhagen.
68+
6769
## France
6870

6971
[Lille Rust Meetup](https://www.meetup.com/rust-lille/), Lille.
@@ -77,6 +79,7 @@ mieux, de créer une Pull Request sur cette [forge GitHub](https://github.com/ru
7779
[Finland Rust-lang Group](https://www.meetup.com/Finland-Rust-Meetup/), Helsinki.
7880

7981
## Allemagne
82+
8083
[Rust Cologne/Bonn User Group](https://www.meetup.com/Rust-Cologne-Bonn/), Köln.
8184

8285
[Rust Berlin](https://www.meetup.com/Rust-Berlin/), Berlin.

0 commit comments

Comments
 (0)