Skip to content

Commit

Permalink
fix: use ParsedownExtra as base class for GFMAlerts (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdurdin authored Jan 17, 2025
1 parent f6374e7 commit 01c91f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Keyman
Copyright (c) 2023 SIL Global

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions _common/GFMAlerts.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

namespace Keyman\Site\Common;

use Parsedown;
use ParsedownExtra;

class GFMAlerts extends Parsedown
class GFMAlerts extends ParsedownExtra
{
private $icon = array(
// svg and path
Expand Down

0 comments on commit 01c91f1

Please sign in to comment.