Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pandoc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
templates
pandoc
Commits
479bd440
Verified
Commit
479bd440
authored
6 years ago
by
ck85nori
Browse files
Options
Downloads
Patches
Plain Diff
adds features section to readme
parent
31e3d12d
Branches
Branches containing commit
No related tags found
No related merge requests found
Checking pipeline status
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+33
-0
33 additions, 0 deletions
README.md
with
33 additions
and
0 deletions
README.md
+
33
−
0
View file @
479bd440
Change to Document Title Here
=============================
A flexible and future proof way to write documents.
Features
--------
This project template and its build is quite flexible. The template strives to
provide a more or less complete example of what is possible to keep not just
the text under version control but also other sources like flowcharts and
plots. Flexibility also means that you can add any feature you see fit or opt
out of features you don't need.
The default features include:
-
write document in
[
pandoc
][]
-flavored Markdown, the example sources include
-
a Markdown guide
-
how to use inline LaTeX
-
how to insert tables from CSV files
-
how to insert flowcharts generated via
[
Graphviz
][]
from
`.dot`
sources
-
how to insert plots generated with
[
R
][]
from CSV sources
-
a build script (
`Makefile`
) to automate the build process
-
convert Markdown sources to PDF with
[
pandoc
][]
-
continuous integration, i.e. a build server that automatically
-
spell checks Markdown sources
-
deploys document to
[
Nextcloud
][
idiv-nc
]
share
### Disabling Features
You can remove some features just by removing the respective content in the
Markdown sources.
-
**plots:**
remove the
`*.R`
file(s) in
`img/plot`
-
**flowcharts:**
remove the
`*.dot`
file(s) in
`img/graph`
Continuous Integration
----------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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