apache-mod-markdown icon indicating copy to clipboard operation
apache-mod-markdown copied to clipboard

Markdown filter module for Apache HTTPD Server

Results 7 apache-mod-markdown issues
Sort by recently updated
recently updated
newest added

``` $ markdown --version ↑ markdown: discount (main)2.2.7b $ uname -a ↑ Linux xxx 5.15.0-56-generic #62-Ubuntu SMP Tue Nov 22 19:54:14 UTC 2022 x86_64 x86_64 x86_ 64 GNU/Linux $ ./configure...

``` AutoTools: Obsoleted m4s found ------------------------------ AM_CONFIG_HEADER: configure.ac:6 AM_PROG_LIBTOOL: configure.ac:10 ``` Fedora 33, autoconf-2.69, m4-1.4.18 Fix: ```diff -AM_CONFIG_HEADER(config.h) # Add a test for a compiler. AC_PROG_CC -AM_PROG_LIBTOOL +LT_INIT ```

Both [single tick] and [triple tick] are rendered as tags, so it's not possible to use CSS to make code blocks. It would be expected that [single tick] render to...

Hello, I would like to now if there is a way to process a (**gzip**) compressed markdown file? I mean, if I have a file named **foo.md.gz** (or **foo.gz.md**), I...

The module seems to support Tables of Contents (with the option *MKD_TOC* enabled by default), but I can't generate any. I have tried `[toc]` and ``, with all combinations of...

As title, it seems that not only `MKD_LATEX` needs to be set, we have to add MathJax library to HTML code as well.

Can you make this package available via homebrew? Alternate instructions given that apt-get is not available on the Mac might be helpful. The following steps can help one get closer...