Skip to content

Commit 01c91f1

Browse files
authored
fix: use ParsedownExtra as base class for GFMAlerts (#51)
Fixes: keymanapp/help.keyman.com#1791
1 parent f6374e7 commit 01c91f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Keyman
3+
Copyright (c) 2023 SIL Global
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

_common/GFMAlerts.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
namespace Keyman\Site\Common;
1414

15-
use Parsedown;
15+
use ParsedownExtra;
1616

17-
class GFMAlerts extends Parsedown
17+
class GFMAlerts extends ParsedownExtra
1818
{
1919
private $icon = array(
2020
// svg and path

0 commit comments

Comments
 (0)