-
Notifications
You must be signed in to change notification settings - Fork 28
APT to Markdown #285
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
base: master
Are you sure you want to change the base?
APT to Markdown #285
Conversation
Use m-site-p 3.21.0 and fluido 2.0.1
|
|
||
| - Top\-level **project properties**: | ||
| - **license**: [Apache\-2\.0](https://www.apache.org/licenses/LICENSE-2.0.txt)\. | ||
| - **organization**: $<a id="project.organization.name"></a>project\.organization\.name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was:
** <<organization>>: ${project.organization.name}
should be:
**organization**: $context.get("project.organization.name")
or even
**organization**: $project.organization.name
|
Could we try converting the files to static Markdown format to have better editing experience using local/web tools? |
Let’s separate that effort in a dedicated PR |
No description provided.