Re: Current syntax

On 19 Nov 2012, at 16:48, Dave Pawson <dave.pawson@gmail.com> wrote:
> http://www.w3.org/community/markdown/wiki/Syntax

Nice work, Dave!

I feel very strongly that the triple-backtick syntax for code fences should be listed somehow (maybe in the “Optional” section). E.g.

```
var x = 42;
```

And also:

```javascript
var x = 42;
```

The “Preformatted text” section only mentions four-space indents.

Cheers,
Mathias

Received on Monday, 19 November 2012 15:54:30 UTC