<div dir="ltr"><div dir="ltr">On Thu, Sep 12, 2019 at 3:40 PM via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Quick update. I've decided to scratch the idea of using the raw
directive to add html to the docs homepage. I realized today that in
order to accomplish what I want (add two-column layout with links to
individual topics), I would have to use hyperlinks. That seems
undesirable given that it would make it easier to break the URL links if
the LLVM docs site were ever moved/updated. <br></div><div><br></div><div>I
spent a few hours today trying to determine if there was a possible
workaround. It doesn't look like there is. So for now I'll continue with
my efforts using a single-column layout.</div><div><br></div><div>-DeForest</div></div></div></div></blockquote><div><br></div><div>Can you not use css for this?</div><div><br></div><div>div.body {</div><div> column-count: 2;<br></div><div>}</div><div><br></div><div>You'll need some other cleanups to make it pretty, but it works. There's also flexbox and grid stuff you can do. Flexbox works on all modern browsers, and grid works on the major 4.</div><div><br></div><div>- Michael Spencer </div></div></div>