-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Dev command to output help page in markdown format #1464
Open
mgrojo
wants to merge
7
commits into
alire-project:master
Choose a base branch
from
mgrojo:feat/markdown-help
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Sep 23, 2023
-
Support for markdown output in help messages
This functionality can be used to provide on-line versions of the help messages for alire.ada.dev. The help is generated in a single markdown page with appropiate section titles, so it can have a table of contents.
Configuration menu - View commit details
-
Copy full SHA for c47044a - Browse repository at this point
Copy the full SHA c47044aView commit details
Commits on Oct 14, 2023
-
Improve markdown output (specially for Jekyll)
* Use `Formatter.Terminal` for command lines and switches not passed through `Hightlight_Switches` * Avoid any <placeholder> which is not quoted as code * Use consistent formatting for lists with "*" and not "-" * Use indentation as a way to get preformat in appropriate cases
Configuration menu - View commit details
-
Copy full SHA for 06006b4 - Browse repository at this point
Copy the full SHA 06006b4View commit details -
Merge remote-tracking branch 'origin/master' into feat/markdown-help
# Conflicts: # deps/clic # src/alr/alr-commands.ads
Configuration menu - View commit details
-
Copy full SHA for 1f1bb14 - Browse repository at this point
Copy the full SHA 1f1bb14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f86e23 - Browse repository at this point
Copy the full SHA 4f86e23View commit details -
Add a new line before lists * It can be read better in the terminal * It make the list work with `pandoc` Add new CLIC commit also for `pandoc`.
Configuration menu - View commit details
-
Copy full SHA for cbd419d - Browse repository at this point
Copy the full SHA cbd419dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fc647c - Browse repository at this point
Copy the full SHA 2fc647cView commit details
Commits on Oct 15, 2023
-
Fix test due to line of call Trace.Debug call being greater than 99
When the line has three digits, the space is not present. Example: [Alr.Commands.Dev.Execute] (alr-commands-dev.adb:32 ) debug: In dev --filter versus [Alr.Commands.Dev.Execute] (alr-commands-dev.adb:100) debug: In dev --filter
Configuration menu - View commit details
-
Copy full SHA for dd60348 - Browse repository at this point
Copy the full SHA dd60348View 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.