Skip to content

Commit

Permalink
Automated fixture update from Google Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoc2md-fixture-updater[bot] committed Sep 9, 2024
1 parent 434125d commit 9b5b218
Show file tree
Hide file tree
Showing 9 changed files with 197 additions and 198 deletions.
94 changes: 49 additions & 45 deletions test/fixtures/code-blocks-mixed.export.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,57 +70,61 @@
table td,table th{
padding:0
}
.c3{
.c5{
margin-left:36pt;
padding-top:0pt;
padding-left:0pt;
padding-bottom:0pt;
line-height:1.15;
orphans:2;
widows:2;
text-align:left;
height:11pt
text-align:left
}
.c0{
color:#000000;
font-weight:400;
text-decoration:none;
vertical-align:baseline;
font-size:11pt;
font-family:"Arial";
font-style:normal
padding-top:0pt;
padding-bottom:0pt;
line-height:1.15;
orphans:2;
widows:2;
text-align:left;
height:11pt
}
.c1{
color:#000000;
font-weight:400;
text-decoration:none;
vertical-align:baseline;
font-size:11pt;
font-family:"Roboto Mono";
font-family:"Arial";
font-style:normal
}
.c4{
.c6{
padding-top:0pt;
padding-bottom:0pt;
line-height:1.15;
orphans:2;
widows:2;
text-align:left
}
.c6{
.c4{
color:#000000;
text-decoration:none;
vertical-align:baseline;
font-size:11pt;
font-style:normal
}
.c7{
background-color:#ffffff;
max-width:468pt;
padding:72pt 72pt 72pt 72pt
}
.c5{
padding:0;
margin:0
}
.c2{
font-weight:400;
font-family:"Roboto Mono"
}
.c7{
margin-left:36pt;
padding-left:0pt
.c3{
padding:0;
margin:0
}
.title{
padding-top:0pt;
Expand Down Expand Up @@ -233,55 +237,55 @@

</style>
</head>
<body class="c6 doc-content">
<p class="c4">
<span class="c0">
<body class="c7 doc-content">
<p class="c6">
<span class="c1">
This is a test of block-level code formatting where block level elements have mixed code and non-code lines.
</span>
</p>
<p class="c3">
<span class="c0">
<p class="c0">
<span class="c1">
</span>
</p>
<p class="c4">
<p class="c6">
<span>
This is plain text in a paragraph&hellip;
<br>
</span>
<span class="c1">
<span class="c2 c4">
// With some lines
<br>
// That are code
</span>
</p>
<p class="c3">
<span class="c0">
<p class="c0">
<span class="c1">
</span>
</p>
<p class="c4">
<span class="c0">
<p class="c6">
<span class="c1">
And how about code in a list?
</span>
</p>
<ul class="c5 lst-kix_q9aegos37u20-0 start">
<li class="c4 c7 li-bullet-0">
<span class="c0">
<ul class="c3 lst-kix_q9aegos37u20-0 start">
<li class="c5 li-bullet-0">
<span class="c1">
Normal text
</span>
</li>
<li class="c4 c7 li-bullet-0">
<span class="c1">
<li class="c5 li-bullet-0">
<span class="c4 c2">
// An item that is one line of code
</span>
</li>
<li class="c4 c7 li-bullet-0">
<span class="c1">
<li class="c5 li-bullet-0">
<span class="c4 c2">
// An item with multiple lines
<br>
// That are all code
</span>
</li>
<li class="c4 c7 li-bullet-0">
<li class="c5 li-bullet-0">
<span>
Some non-code description and:
<br>
Expand All @@ -293,17 +297,17 @@
</span>
</li>
</ul>
<p class="c3">
<span class="c0">
<p class="c0">
<span class="c1">
</span>
</p>
<p class="c4">
<span class="c0">
<p class="c6">
<span class="c1">
OK?
</span>
</p>
<p class="c3">
<span class="c0">
<p class="c0">
<span class="c1">
</span>
</p>
</body>
Expand Down
Loading

0 comments on commit 9b5b218

Please sign in to comment.