Replies: 1 comment
-
It looks like they have added a .content .center-column+pre {
position: static;
float: none;
clear: none;
width: 60%;
margin: 0 28px;
left: 0;
} this then take precedence over the regular This is what the HTML for a centered element looks like: <div class="center-column"></div>
<pre class="highlight swift tab-swift">
<code>
<span class="kt">UIApplication</span><span class="o">.</span><span class="n">shared</span><span class="o">.</span><span class="nf">open</span><span class="p">(</span><span class="n">identificationUrl</span><span class="p">,</span> <span class="nv">options</span><span class="p">:</span> <span class="p">[:])</span>
</code>
</pre> You can insert the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
Currently building a doc, I'd like to put the code that appears on the right side panel under my main text, and display the output of the code on said panel.
Ubble did it successfully, I wonder how, and if it's possible to get a side-panel code section.
Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions