Fix missing comment syntax highlighting

This commit is contained in:
Marcus Blättermann 2022-12-13 06:29:49 +01:00
parent 74e8249ca8
commit 4b315d1c4c
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D

View File

@ -150,7 +150,7 @@ const QuickstartInstall = ({ id, title }) => {
}
return (
<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{' '}
<a href="https://github.com/explosion/thinc/issues/792">Thinc issue #792</a>
</QS>