From ea941e19cc369717ba185c11d881b613cbe55ffe Mon Sep 17 00:00:00 2001
From: Spenser Black <spenserblack01@gmail.com>
Date: Wed, 30 Oct 2024 12:50:26 -0400
Subject: [PATCH] Stop mentioning PEG.js

Given up that attempt.
---
 packages/steamdown/README.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/packages/steamdown/README.md b/packages/steamdown/README.md
index c2b46f1..33e76a7 100644
--- a/packages/steamdown/README.md
+++ b/packages/steamdown/README.md
@@ -9,8 +9,6 @@ Converts Markdown to [Steam's markup][format].
 
 **:warning: I am rewriting this project to use an internal parser instead of using extensions and custom renderers with [Marked](https://github.com/markedjs/marked). In doing so, the supported syntax will likely change slightly, because some of Markdown's syntax doesn't have an equivalent in Steam's markup. Some of Markdown's syntax will be either disabled or repurposed. For example, while URLs in Steam's markup have `[url=//example.com]text[/url]`, images don't have an equivalent, so the `![image name](//example.com/image.png)` syntax might be disabled. Tables in Steam do *not* support alignment, but *do* support the `noborder` and `equalcells` attributes, so the table syntax may *look* similar to Markdown, but serve a different purpose.**
 
-:bow: Also, I've been slow with updates because I haven't been 100% happy with the implementations I've written. Even though they work fine, they don't feel maintainable. Instead of "hand-writing" a parser, I'm currently playing around with PEG.js/Peggy, and hopefully this will result in a maintainable parser.
-
 ## Usage
 
 ### Website