Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Workshops Python und Pew Pew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Girls
Workshops Python und Pew Pew
Merge requests
!4
Nicer code callouts
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Nicer code callouts
code-callouts
into
cheatsheets_ueberarbeiten
Overview
0
Commits
5
Pipelines
1
Changes
3
Merged
Raphael Das Gupta
requested to merge
code-callouts
into
cheatsheets_ueberarbeiten
3 years ago
Overview
0
Commits
5
Pipelines
1
Changes
3
Expand
Make (or rather
fake
) code callout references in PDFs look consistent, even when they occur in prose rather than in the callout list
Use
callout icons
in HTML
only works for code and actual callout list
(fake) callout references in prose look like
②
instead
Fix wrong numbering in source
(Didn't affect result, but
caused warning
asciidoctor: WARNING: PewPew_Cheatsheet.adoc: line 54: callout list item index: expected 8, got 7
)
0
0
Merge request reports
Compare
cheatsheets_ueberarbeiten
cheatsheets_ueberarbeiten (base)
and
latest version
latest version
12ac90e9
5 commits,
3 years ago
3 files
+
49
−
49
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
1
−
1
Options
@@ -13,7 +13,7 @@ pages: &pages_job
-
main
script
:
-
asciidoctor-pdf --destination-dir=public/ *.adoc
-
asciidoctor --destination-dir=public/ *.adoc
-
asciidoctor
-a icons=font
--destination-dir=public/ *.adoc
-
mv img/ public/img/
-
mv *.docx public/
artifacts
:
Loading