summaryrefslogtreecommitdiffstats
path: root/_projects/bumblebee.md
diff options
context:
space:
mode:
Diffstat (limited to '_projects/bumblebee.md')
-rw-r--r--_projects/bumblebee.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/_projects/bumblebee.md b/_projects/bumblebee.md
index 3da51cc..7c5a88d 100644
--- a/_projects/bumblebee.md
+++ b/_projects/bumblebee.md
@@ -16,9 +16,8 @@ scraping, and other browser automation tasks.
Bumblebee is a Windows Forms application written in C#. The rendering of web
content is handled by the embedded Microsoft Edge browser (via WebView). The
-text editor on the right is {{< link
-src="https://github.com/desjarlais/Scintilla.NET" class="external"
-target="_blank" rel="noopener noreferrer">}}Scintilla.NET{{< /link >}}. It
+text editor on the right is <a src="https://github.com/desjarlais/Scintilla.NET"
+class="external" target="_blank" rel="noopener noreferrer">Scintilla.NET</a>. It
enables users to override the script at any point during the session. There are
application settings that let users debounce events, ignore hidden elements
and scripts, and more.