Standardize title section #220
Merged
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.
While working on the automation for the book creation, I needed to parse out the pattern titles from the markdown files.
I realized that some titles are using a different formatting, which makes the parsing harder and the book also looks a tiny bit inconsistent then.
In this PR I change this:
Alias
section. This gives the pattern one clear main name. the aliases could later be used as separate links to the same pattern if we like to do that.@lenucksi we don't have the "Alias" section header defined in the Pattern template. However I assumed that extra headers are fine to add, as long as they don't contract the other headers.
Should I add a definition of the "Alias" section to the Pattern template file as well?