Skip to content

Upstream Commits#1

Open
LoboMetalurgico wants to merge 247 commits into
ProjectAtmos:masterfrom
markdown-it:master
Open

Upstream Commits#1
LoboMetalurgico wants to merge 247 commits into
ProjectAtmos:masterfrom
markdown-it:master

Conversation

@LoboMetalurgico
Copy link
Copy Markdown
Member

No description provided.

rlidwka and others added 30 commits July 7, 2020 17:48
```
>>> foo
> bar
>>> baz
```

this is now a single blockquote as per spec

close #696
 - table now doesn't deal with backticks at all
 - `|` is considered escaped if and only if there is a `\` character immediately before it
 - number of elements in the first row (thead) now must match second row (aligns) exactly
 - no tbody if it would be empty

close #689
close #697
    ``` javascript {line-numbers=5 highlight=14-17}
    test
    ```

This markup now calls `highlight` like this:

    require('markdown-it')({
      highlight(code, lang, attrs) {
        assert(code === 'test')
        assert(lang === 'javascript')
        assert(attrs === '{line-numbers=5 highlight=14-17}')
      }
    })

close #626
close #706
 - `table`, `tbody`, `tr` now have mapping
 - `th`, `td`, `inline` in tables do not have it

close #705
this is now just raw text:

```md
|
|
|
```

close #724
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.