Skip to content

Commit

Permalink
Merge pull request secure-77#102 from selfiens/pr/use-autoloader
Browse files Browse the repository at this point in the history
Update composer.json, move lib files to src folder (renewed)
  • Loading branch information
secure-77 authored Sep 22, 2023
2 parents 3d61d95 + 5805bf4 commit fc39baa
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 1,724 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,4 @@ ParsedownExtra.php
perlite-dev
_Notes
perlite/vendor
<<<<<<< Updated upstream
release.sh
=======
release.sh
>>>>>>> Stashed changes
release.sh
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- fixed issue #74 (custom heading links)
- fixed heading references in links to other notes
- implemented copy code button issue #68
- added a little padding for the headers


## 1.5.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
* Licensed under MIT (https://github.com/secure-77/Perlite/blob/main/LICENSE)
*/

//require __DIR__ . '/vendor/autoload.php';
require 'Parsedown.php';
namespace Perlite;

use Parsedown;

class PerliteParsedown extends Parsedown
{
Expand Down
Loading

0 comments on commit fc39baa

Please sign in to comment.