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

Lists should be rendered with <item> #61

Open
carlossanlop opened this issue Mar 10, 2021 · 1 comment
Open

Lists should be rendered with <item> #61

carlossanlop opened this issue Mar 10, 2021 · 1 comment

Comments

@carlossanlop
Copy link
Member

@danmoseley
Copy link
Member

also reject attempts at HTML. Eg., this

        ///   <list type="bullet">
        ///     <item><description>set the <see cref="IHostEnvironment.ContentRootPath"/> to the result of <see cref="Directory.GetCurrentDirectory()"/></description></item>

produces build warnings like

Line 0, Column 0: [Suggestion-disallowed-html-tag] HTML tag 'list' isn't allowed. Disallowed HTML poses a security risk and must be replaced with approved Docs Markdown syntax.
Line 0, Column 0: [Suggestion-disallowed-html-tag] HTML tag 'item' isn't allowed. Disallowed HTML poses a security risk and must be replaced with approved Docs Markdown syntax.
Line 0, Column 0: [Suggestion-disallowed-html-tag] HTML tag 'description' isn't allowed. Disallowed HTML poses a security risk and must be replaced with approved Docs Markdown syntax.

The tool should at least grep for these and fail out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants