Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lesson Template
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
prace-lessons
Lesson Template
Commits
8c86de3c
Commit
8c86de3c
authored
10 years ago
by
Greg Wilson
Browse files
Options
Downloads
Patches
Plain Diff
Tidying up FAQ addition
parent
69c2d028
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
FAQ.md
+11
-12
11 additions, 12 deletions
FAQ.md
with
11 additions
and
12 deletions
FAQ.md
+
11
−
12
View file @
8c86de3c
...
...
@@ -49,7 +49,7 @@
where `lang` is `bash` for the Unix Shell, `r` for R, `matlab` for MATLAB,
`python` for Python, and `sql` for SQL. For a full list, check:
~~~
~~~
{.bash}
$ pandoc -v
~~~
...
...
@@ -59,30 +59,29 @@ Please add notes about problems and solutions below.
*
`pandoc: command not found`
P
robably
you didn't install
[Pandoc](http://pandoc.org/installing.html).
You p
robably
don't have
[Pandoc](http://pandoc.org/installing.html)
installed
.
*
`pandoc: Error running filter tools/filters/blockquote2div.py`
due
`ImportError: No module named 'pandocfilters'`
due
to
`ImportError: No module named 'pandocfilters'`
P
robably
you did
n't install
You p
robably
have
n't install
ed
[pandocfilters](https://pypi.python.org/pypi/pandocfilters/1.2.3).
*
`pandoc: Error running filter tools/filters/blockquote2div.py
tools/filters/blockquote2div.py not found in path`
Git has likely checked out the files with the incorrect line endings.
On Unix systems the recommended setting is
On Unix systems the recommended setting is
:
```
bash
~~~ {.
bash
}
git config --global core.autocrlf input
```
and on Windows
~~~
and on Windows:
```
bash
~~~ {.
bash
}
git config --global core.autocrlf true
```
~~~
Note that after changing this setting you will need to either re-clone
or re-checkout the files in the repository.
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment