Skip to content

Fix line break in a code span

Amy Qualls requested to merge aqualls-repair-problem-break into master

What does this MR do and why?

As part of a WTD Slack discussion (https://writethedocs.slack.com/archives/CBWQQ5E57/p1712177583293039) @jdkato spotted a malformed code span in doc/administration/postgresql/replication_and_failover_troubleshooting.md. @rdickenson is gone for the weekend already, so let's fix this before I forget about it.

@marcel.amirault: Ages ago, you crafted a gnarly-looking regex in MultiLineLinks.yml to catch links with hard line wraps. I wonder if something similar could be constructed for code spans?

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports