We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6374e7 commit 01c91f1Copy full SHA for 01c91f1
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2023 Keyman
+Copyright (c) 2023 SIL Global
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
_common/GFMAlerts.php
@@ -12,9 +12,9 @@
12
13
namespace Keyman\Site\Common;
14
15
-use Parsedown;
+use ParsedownExtra;
16
17
-class GFMAlerts extends Parsedown
+class GFMAlerts extends ParsedownExtra
18
{
19
private $icon = array(
20
// svg and path
0 commit comments