-
Place empty or partially filled files in the TEMPLATE folder:
```ls
bash script.sh
bash script root.sh
Markdown document.md
ODF Spreadsheet.ods
ODF Text Document.odt
LaTeX document.tex
```
-
The documentation generation fails if the package name has a "/" on it, because this "/" goes straight into the pathname name and thus it's interpreted like a directory separator.
```lisp
(defun …
-
In the [Build Systems](https://sublime-text-unofficial-documentation.readthedocs.org/en/latest/reference/build_systems.html) section of the docs, I came across a small error in the markdown parsing. U…
-
Right now it's possible to do this with pages and pipelines by just writing code like:
``` python
@phial.page(["a.txt", "b.txt"])
def foo(...):
...
```
But this way of declaring files as depende…
-
What's what with each option that's out there?
- pelican
- hugo
- octopress
- jekyll
- [ ] what are some of the other popular options?
-
### Description
I've created quite a [basic page](https://github.com/IeuanWalker/MauiIosHangingRepo/blob/master/src/App/Routes/SuccessPage.xaml), that works fine on -
- Android physical device (Ga…
-
LeanPub is moving towards supporting and encouraging writing books in Markua. Are there any plans to support it in mdbook?
-
**Reporter: jmckenna@dmsolutions.ca**
**Date: 2006/01/23 - 18:14**
```
http://www2.dmsolutions.ca/mapserver/dl/FlashMapserverUserDoc.html
```
-
# Documentation
(A clear and concise description of the issue.)
-
Possibly related to #4 - I've noticed that this plug in works fine on a markdown article (`.md`) but did not work for a restructured text (`.rst`) format. After some digging, I believe the reason is …