Skip to content

Commit e0f8984

Browse files
committed
Makefile example: Add known failures
1 parent 8147c9b commit e0f8984

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

examples/prism-makefile.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,14 @@ <h2>Complete example</h2>
263263
> tmp.dir/$$X ; done
264264
cd tmp.dir ; zoo aM ../tar.zoo *
265265
-rm -rf tmp.dir
266-
</code></pre>
266+
</code></pre>
267+
268+
<h2>Known failures</h2>
269+
<p>There are certain edge cases where Prism will fail.
270+
There are always such cases in every regex-based syntax highlighter.
271+
However, Prism dares to be open and honest about them.
272+
If a failure is listed here, it doesn’t mean it will never be fixed. This is more of a “known bugs” list, just with a certain type of bug.
273+
</p>
274+
275+
<h3>Comment-like substring</h3>
276+
<pre><code>"foo # bar";</code></pre>

0 commit comments

Comments
 (0)