In order to convert description to _description_html we use the parse_markdown hook. This should not happen, as we rely on _normalize_coerce_markdown to generate html from markdown for all other fields.
This works for nodes, but seems to not work for projects.
In order to convert description to _description_html we use the `parse_markdown` hook. This should not happen, as we rely on `_normalize_coerce_markdown` to generate html from markdown for all other fields.
This works for nodes, but seems to not work for projects.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
In order to convert description to _description_html we use the
parse_markdownhook. This should not happen, as we rely on_normalize_coerce_markdownto generate html from markdown for all other fields.This works for nodes, but seems to not work for projects.
Added subscriber: @fsiddi