Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Q
Quarto Presentation Template
Manage
Activity
Members
Labels
Plan
Issues
2
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Show more breadcrumbs
RC Data Science
Researcher Training
Quarto Presentation Template
Commits
7850f0de
Commit
7850f0de
authored
7 months ago
by
William Warriner
Browse files
Options
Downloads
Patches
Plain Diff
add checking info
parent
01fd1aac
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+3
-3
3 additions, 3 deletions
.gitignore
.markdownlint.json
+2
-3
2 additions, 3 deletions
.markdownlint.json
.pre-commit-config.yaml
+14
-0
14 additions, 0 deletions
.pre-commit-config.yaml
.prettierrc
+4
-0
4 additions, 0 deletions
.prettierrc
with
23 additions
and
6 deletions
.gitignore
+
3
−
3
View file @
7850f0de
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
# Created by https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,
linux,macos,python,r
# Created by https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,
r,python,macos,linux
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode,
linux,macos,python,r
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode,
r,python,macos,linux
### Linux ###
### Linux ###
*~
*~
...
@@ -322,7 +322,7 @@ $RECYCLE.BIN/
...
@@ -322,7 +322,7 @@ $RECYCLE.BIN/
# Windows shortcuts
# Windows shortcuts
*.lnk
*.lnk
# End of https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,
linux,macos,python,r
# End of https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,
r,python,macos,linux
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
...
...
This diff is collapsed.
Click to expand it.
.markdownlint.json
+
2
−
3
View file @
7850f0de
...
@@ -47,9 +47,7 @@
...
@@ -47,9 +47,7 @@
"MD040"
:
{
"MD040"
:
{
"language_only"
:
false
"language_only"
:
false
},
},
"MD041"
:
{
"MD041"
:
false
,
"level"
:
1
},
"MD043"
:
false
,
"MD043"
:
false
,
"MD044"
:
{
"MD044"
:
{
"code_blocks"
:
false
,
"code_blocks"
:
false
,
...
@@ -60,6 +58,7 @@
...
@@ -60,6 +58,7 @@
"UAB Research Computing"
"UAB Research Computing"
]
]
},
},
"MD045"
:
false
,
"MD046"
:
{
"MD046"
:
{
"style"
:
"fenced"
"style"
:
"fenced"
},
},
...
...
This diff is collapsed.
Click to expand it.
.pre-commit-config.yaml
0 → 100644
+
14
−
0
View file @
7850f0de
repos
:
-
repo
:
https://github.com/DavidAnson/markdownlint-cli2
rev
:
v0.13.0
hooks
:
-
id
:
markdownlint-cli2
require_serial
:
true
-
repo
:
local
hooks
:
-
id
:
quarto-render
name
:
Build presentation
entry
:
"
conda
activate
quarto
&&
quarto
render"
language
:
system
always_run
:
true
pass_filenames
:
false
This diff is collapsed.
Click to expand it.
.prettierrc
0 → 100644
+
4
−
0
View file @
7850f0de
{
"bracketSameLine": true,
"htmlWhitespaceSensitivity": "ignore"
}
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