Filipe Dobreira
Filipe Dobreira
This point of this issue is to gather opinions on the possibility of using Composer with Wikitten. Pros: - Better dependency management, code structure - No need to include Markdown.php...
Right now the way the content is laid out in different html files including the full layout means for every small change to, for example, the header, all the pages...
In order to make the installation and use of this library easier, Composer/Packagist support should be added This implies moving the `Markdown` class to a vendor namespace. Refer to related...
Title says it all, the library has grown to quite a large size, and could use unit tests to help keep things a bit saner to maintain.
To improve code/library quality, we should move away from the single `Markdown` class in the top namespace, and instead include it in a vendor namespace. The `Markdown` name is also...
## What type of PR is this? - feature ## What this PR does / why we need it: This PR adds two major features, and some small tweaks and...