markdoc icon indicating copy to clipboard operation
markdoc copied to clipboard

A lightweight Markdown-based wiki system. Current status: abandoned.

Results 25 markdoc issues
Sort by recently updated
recently updated
newest added

When rsync is missing on the system, `markdoc build` exits with a fairly cryptic stacktrace: ``` Traceback (most recent call last): File "/usr/bin/markdoc", line 9, in load_entry_point('Markdoc==0.6.6', 'console_scripts', 'markdoc')() File...

Hi I'd like to modify the default CSS to have a larger space for my content. Where can i find the default CSS sothat each time i will create a...

What seems to be the problem here? Just installed (via easy_install and then through also through pip), run "markdoc init my-wiki", entered the directory and neither "markdoc build" nor "markdoc...

On Windows, running Markdoc without `rsync` installed causes the following confusing error message to be displayed: ``` PS C:\Users\lws\Documents\GitHub\morrowind-dnd3.5> markdoc build Traceback (most recent call last): File "C:\Python27\Scripts\markdoc-script.py", line 9,...

I installed markdoc successfully in a Debian server, but failed on running markdoc command. it report below error: ``` root@aFEWS:~# markdoc Traceback (most recent call last): File "/usr/local/bin/markdoc", line 5,...

Even though there is an option in Markdown (presented in February 2014) to strike through the text, it seems that markdoc is not supporting it currently. So: ``` ~~text~~ ```...

I have looked around but couldn't find anything about it. Markdoc is labeled as a wiki but I don't seem to be able and see a way to edit a...

The CSS provided after building a markdoc site switch the position of `` and `` text in Safari 8 on OS X Yosemite. Using the opposite tag puts the text...

Given a document in WIKI_ROOT/foo/bar.md, it's tricky to reconsruct "foo/bar" or "foo/bar.html" or "foo/bar.md" from the breadcrumbs. A similar bit of context (named "directory") is already passed to directory templates;...

Allows to define different templates using regexps. The default template is used in case no matching regexp is found. Example configuration: ``` # Custom templates custom-templates: - regexps: ["about.md", "tips/.*"...