Skip to content
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

Fix markdown syntax for pandoc #42747

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Fix markdown syntax for pandoc #42747

wants to merge 2 commits into from

Conversation

am11
Copy link
Member

@am11 am11 commented Sep 28, 2024

Running the SDK manpage tool (https://github.com/dotnet/sdk/tree/main/documentation/manpages/tool which we run once a year) was complaining about the changes made in 1de0076.

$ cd sdk/documentation/manpages/tool
$ ./run_docker.sh
...
Working on docs-main/docs/core/tools/dotnet-new-sdk-templates.md
Traceback (most recent call last):
  File "/manpages/tool/remove-metadata-and-embed-includes.py", line 67, in <module>
    sys.exit(main(sys.argv))
  File "/manpages/tool/remove-metadata-and-embed-includes.py", line 59, in main
    lines = read_lines_document_file(filename, original.readlines())
  File "/manpages/tool/remove-metadata-and-embed-includes.py", line 51, in read_lines_document_file
    assert False, 'Unable to parse: ' + line
AssertionError: Unable to parse: [!INCLUDE [](../../../includes/templates.md)]

cc @tdykstra
FYI: @jkoritzinsky @marcpopMSFT


Internal previews

📄 File 🔗 Preview link
docs/core/tools/dotnet-new-sdk-templates.md docs/core/tools/dotnet-new-sdk-templates
docs/core/tools/dotnet-new.md docs/core/tools/dotnet-new

@am11 am11 requested review from tdykstra and a team as code owners September 28, 2024 22:24
@dotnetrepoman dotnetrepoman bot added this to the September 2024 milestone Sep 28, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates PR is created by someone from the .NET community. label Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution Indicates PR is created by someone from the .NET community. dotnet-cli/subsvc dotnet-fundamentals/svc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants