Skip to content

Commit 8bcf679

Browse files
fix the display of "added in ..." versions (#6441)
Currently on https://www.netlifycms.org/docs/beta-features/ the "added in ..." version numbers are displaying as mailto: links, presumably because they contain an @ symbol. I assume this is undesirable? I clicked on one expecting to be taken to a change log associated with that version, but instead my email client opened. Surrounding them in backticks makes them display as code instead. Alternatively we can turn them into actual links pointing to a change log, but I looked and couldn't seem to find a log (nor a matching release branch) on the website or on github. There is also another potential solution (adding an empty link) as explained here: https://stackoverflow.com/questions/59697538/making-it-so-email-addresses-arent-turned-into-hyperlinks But I haven't tested that option because I think surrounding them with backticks is a less confusing solution.
1 parent 3891fa7 commit 8bcf679

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/content/docs/beta-features.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ We run new functionality in an open beta format from time to time. That means th
99

1010
## Working with a Local Git Repository
1111

12-
12+
1313

1414
You can connect Decap CMS to a local Git repository, instead of working with a live repo.
1515

@@ -55,7 +55,7 @@ local_backend:
5555

5656
## GitLab and BitBucket Editorial Workflow Support
5757

58-
58+
5959

6060
You can enable the Editorial Workflow with the following line in your Decap CMS `config.yml` file:
6161

0 commit comments

Comments
 (0)