LEGO: check in for main to temporary branch. (#17224)

Co-authored-by: Alex Ma <alma1@microsoft.com>
This commit is contained in:
csigs
2021-10-04 10:06:49 -07:00
committed by GitHub
parent 42b7269370
commit 76322032fc
21 changed files with 569 additions and 71 deletions

View File

@@ -1956,6 +1956,9 @@
<Item ItemId=";extensions/notebook/package.notebook.command.boldText" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Bold Markdown Text]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Texto de Markdown en negrita]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -1971,12 +1974,18 @@
<Item ItemId=";extensions/notebook/package.notebook.command.codeBlock" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Add Code Block]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Agregar bloque de código]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/notebook/package.notebook.command.italicizeText" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Italicize Markdown Text]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Poner en cursiva el texto de Markdown]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -2019,6 +2028,9 @@
<Item ItemId=";extensions/notebook/package.notebook.command.underlineText" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Underline Markdown Text]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Subrayado del texto de Markdown]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>