mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-10 00:20:35 +03:00
Fix missing comment syntax highlighting
This commit is contained in:
parent
74e8249ca8
commit
4b315d1c4c
|
@ -150,7 +150,7 @@ const QuickstartInstall = ({ id, title }) => {
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<Quickstart data={data} title={title} id={id} setters={setters} showDropdown={showDropdown}>
|
<Quickstart data={data} title={title} id={id} setters={setters} showDropdown={showDropdown}>
|
||||||
<QS os="mac" hardware="gpu" platform="arm">
|
<QS os="mac" hardware="gpu" platform="arm" comment prompt={false}>
|
||||||
# Note M1 GPU support is experimental, see{' '}
|
# Note M1 GPU support is experimental, see{' '}
|
||||||
<a href="https://github.com/explosion/thinc/issues/792">Thinc issue #792</a>
|
<a href="https://github.com/explosion/thinc/issues/792">Thinc issue #792</a>
|
||||||
</QS>
|
</QS>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user