Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ba538c3

Browse files
Merge pull request #7540 from plotly/escaping-angle-bracket-for-Markdown
fix: escaping angle bracket in documentation
2 parents 8993199 + 89feacc commit ba538c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/traces/image/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = extendFlat({
2121
editType: 'calc',
2222
description: [
2323
'Specifies the data URI of the image to be visualized.',
24-
'The URI consists of "data:image/[<media subtype>][;base64],<data>"'
24+
'The URI consists of "data:image/[<media subtype\\\\>][;base64\\\\],<data\\\\>"'
2525
].join(' ')
2626
},
2727
z: {

‎test/plot-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47932,7 +47932,7 @@
4793247932
"valType": "number"
4793347933
},
4793447934
"source": {
47935-
"description": "Specifies the data URI of the image to be visualized. The URI consists of \"data:image/[<media subtype>][;base64],<data>\"",
47935+
"description": "Specifies the data URI of the image to be visualized. The URI consists of \"data:image/[<media subtype\\\\>][;base64\\\\],<data\\\\>\"",
4793647936
"editType": "calc",
4793747937
"valType": "string"
4793847938
},

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /