mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 04:40:20 +03:00
Remove invalid code language
`markdown_` with an underscore was used to basically turn of syntax highlighting, but using unknown languages know throws an error.
This commit is contained in:
parent
8672adfe82
commit
70ca224ca6
|
@ -63,7 +63,7 @@ project is using spaCy, you can grab one of our
|
|||
|
||||
> #### Markdown
|
||||
>
|
||||
> ```markdown_
|
||||
> ```
|
||||
> ## Headline 2
|
||||
> ## Headline 2 {id="some_id"}
|
||||
> ## Headline 2 {id="some_id" tag="method"}
|
||||
|
@ -203,7 +203,7 @@ the buttons are implemented as styled links instead of native button elements.
|
|||
|
||||
> #### Markdown
|
||||
>
|
||||
> ```markdown_
|
||||
> ```
|
||||
> | Header 1 | Header 2 |
|
||||
> | -------- | -------- |
|
||||
> | Column 1 | Column 2 |
|
||||
|
@ -237,7 +237,7 @@ be italicized:
|
|||
|
||||
> #### Markdown
|
||||
>
|
||||
> ```markdown_
|
||||
> ```
|
||||
> | Header 1 | Header 2 | Header 3 |
|
||||
> | -------- | -------- | -------- |
|
||||
> | Column 1 | Column 2 | Column 3 |
|
||||
|
@ -255,7 +255,7 @@ be italicized:
|
|||
|
||||
> #### Markdown
|
||||
>
|
||||
> ```markdown_
|
||||
> ```
|
||||
> ~~Model[List[Doc], Floats2d]~~
|
||||
> ```
|
||||
>
|
||||
|
@ -284,7 +284,7 @@ always be the **last element** in the row.
|
|||
|
||||
> #### Markdown
|
||||
>
|
||||
> ```markdown_
|
||||
> ```
|
||||
> | Header 1 | Header 2 |
|
||||
> | -------- | ----------------------- |
|
||||
> | Column 1 | Column 2 ~~List[Doc]~~ |
|
||||
|
@ -300,7 +300,7 @@ always be the **last element** in the row.
|
|||
|
||||
> #### Markdown
|
||||
>
|
||||
> ```markdown_
|
||||
> ```
|
||||
> 1. One
|
||||
> 2. Two
|
||||
> ```
|
||||
|
@ -331,7 +331,7 @@ automatically.
|
|||
|
||||
> #### Markdown
|
||||
>
|
||||
> ```markdown_
|
||||
> ```
|
||||
> > #### Aside title
|
||||
> > This is aside text.
|
||||
> ```
|
||||
|
@ -356,7 +356,7 @@ become aside titles.
|
|||
|
||||
> #### Markdown
|
||||
>
|
||||
> ````markdown_
|
||||
> ````
|
||||
> ```python
|
||||
> ### This is a title
|
||||
> import spacy
|
||||
|
@ -392,7 +392,7 @@ adding `{highlight="..."}` to the headline. Acceptable ranges are spans like
|
|||
|
||||
> #### Markdown
|
||||
>
|
||||
> ````markdown_
|
||||
> ````
|
||||
> ```python
|
||||
> ### This is a title {highlight="1-2"}
|
||||
> import spacy
|
||||
|
@ -420,7 +420,7 @@ interactive widget defaults to a regular code block.
|
|||
|
||||
> #### Markdown
|
||||
>
|
||||
> ````markdown_
|
||||
> ````
|
||||
> ```python
|
||||
> ### {executable="true"}
|
||||
> import spacy
|
||||
|
@ -443,7 +443,7 @@ original file is shown at the top of the widget.
|
|||
|
||||
> #### Markdown
|
||||
>
|
||||
> ````markdown_
|
||||
> ````
|
||||
> ```python
|
||||
> https://github.com/...
|
||||
> ```
|
||||
|
|
Loading…
Reference in New Issue
Block a user