md_read.php rewrite as function #15
Loading…
x
Reference in New Issue
Block a user
No description provided.
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.php
should be rewritten to provide a function that reads a passed Markdown file. Currently it only will read a file namedarticle.md
in 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.