md_read.php rewrite as function #15
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The file
/common/php/md_read.phpshould be rewritten to provide a function that reads a passed Markdown file. Currently it only will read a file namedarticle.mdin the current directory.This rewrite will allow the use a single function to read Markdown files accross the site.
A file for article generation should be created and the addition of text size buttons and other article specific functions should be moved to this new file.
With PR #17 this has been resloved.