Controlling size of callout ball adjacent to code in listing block

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Controlling size of callout ball adjacent to code in listing block

siddjain
This post was updated on .
Hello,

What is the setting that controls the font size of the callout that appears in a listing? For example, given a code block like this:

[source,ruby]
----
require 'sinatra' // <1>

get '/hi' do // <2>
  "Hello World!" // <3>
end
----
<1> Library import
<2> URL mapping
<3> HTTP response body

I want to know the setting that will control the size of the callout that appears next to the code as in below:



The conum.font_size property controls the size of callout that appears below the listing (that is not what I want to control):



I am using asciidoctor-pdf and while the size of the second callout is okay, the callout that appear in the listing are extremely tiny as shown below:


Reply | Threaded
Open this post in threaded view
|

Re: Controlling size of callout ball adjacent to code in listing block

mojavelinux
Administrator
This problem was fixed in response to https://github.com/asciidoctor/asciidoctor-pdf/issues/1611 and will be available in the upcoming Asciidoctor 2 release.

Best Regards,

-Dan

On Fri, Oct 30, 2020 at 5:28 PM siddjain [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Hello,

What is the setting that controls the font size of the callout that appears in a listing? For example, given a code block like this:

[source,ruby]
----
require 'sinatra' // <1>

get '/hi' do // <2>
  "Hello World!" // <3>
end
----
<1> Library import
<2> URL mapping
<3> HTTP response body

I want to know the setting that will control the size of the callout that appears next to the code as in below:



The conum.font_size property controls the size of callout that appears below the listing (that is not what I want to control):



I am using asciidoctor-pdf and while the size of the second callout is okay, the callout that appear in the listing are extremely tiny!




If you reply to this email, your message will be added to the discussion below:
https://discuss.asciidoctor.org/Controlling-size-of-callout-ball-adjacent-to-code-in-listing-block-tp8327.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML


--
Dan Allen (he, him, his) | @mojavelinux | https://twitter.com/mojavelinux