-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add image generation article #37
Merged
johnshaughnessy
merged 10 commits into
mozilla:main
from
johnshaughnessy:image-generation
Mar 22, 2024
Merged
Add image generation article #37
johnshaughnessy
merged 10 commits into
mozilla:main
from
johnshaughnessy:image-generation
Mar 22, 2024
Commits on Dec 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 943d136 - Browse repository at this point
Copy the full SHA 943d136View commit details -
chmod +x build.sh and append -content to gen files
It seems that all the generated files are named "index-content.html", so update the build.sh script to reflect this. Otherwise, running build.sh will generate a bunch of new index.html files.
Configuration menu - View commit details
-
Copy full SHA for e2a3f90 - Browse repository at this point
Copy the full SHA e2a3f90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d33885 - Browse repository at this point
Copy the full SHA 1d33885View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66f7b98 - Browse repository at this point
Copy the full SHA 66f7b98View commit details -
Configuration menu - View commit details
-
Copy full SHA for b87ecf1 - Browse repository at this point
Copy the full SHA b87ecf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c05bed6 - Browse repository at this point
Copy the full SHA c05bed6View commit details
Commits on Jan 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a16a17c - Browse repository at this point
Copy the full SHA a16a17cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f41a7c - Browse repository at this point
Copy the full SHA 8f41a7cView commit details
Commits on Jan 3, 2024
-
Otherwise, headerIds are disabled by default: markedjs/marked#2890 Supposedly, there is a way to to use a configuration file: marked -c .marked.json -o "${NEW_PATH%.md}-content.html" "${file}" with .marked.json: { "headerIds": true } But I could not get this working with the latest version of marked (11).
Configuration menu - View commit details
-
Copy full SHA for e6f9b2f - Browse repository at this point
Copy the full SHA e6f9b2fView commit details
Commits on Jan 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 771fa8c - Browse repository at this point
Copy the full SHA 771fa8cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.