Skip to content

Commit

Permalink
Improve link positioning for manuscript style
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonstyle committed Jul 21, 2023
1 parent b9c8263 commit 3b9224e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/format/html/format-html-bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ const bannerTextLinkProvider = {

const kLinkProvidersOtherLinks: Record<selector, LinkProvider> = {
"quarto-other-links-target": bannerHeadingLinkProvider,
"quarto-other-links-text-target": bannerTextLinkProvider,
};

const kLinkProvidersOtherFormats: Record<selector, LinkProvider> = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
$endif$
</div>
</div>
<div class="quarto-title-meta-column-end quarto-title-meta-contents quarto-other-formats-target">
<div class="quarto-title-meta-column-end quarto-other-formats-target">
</div>
</div>

Expand All @@ -94,3 +94,6 @@
</div>
</div>
$endif$

<div class="quarto-other-links-text-target">
</div>

0 comments on commit 3b9224e

Please sign in to comment.