代码之家  ›  专栏  ›  技术社区  ›  hks

将鼠标悬停在RMarkdown中创建的文本A上显示的格式化文本B

  •  0
  • hks  · 技术社区  · 1 年前

    我在Markdown中有这段文字:

    `This is assessed by examining the <abbr title="The 75-25 ratio shows the average of the top 25% (or quartile) of people in a community as multiples of the bottom 25%. For example, if the 75-25 income ratio is 2, then it means the richest quartile has twice the income of the poorest quartile.">75-25 ratio</abbr> and the Gini coefficient.`
    

    它的工作原理是,当我将鼠标悬停在“75-25比率”上时,文本框中会出现解释性文本,我喜欢这个术语下有一条模糊的线(见下文)。但是,我想通过在弹出式解释文本的句子之间插入新行,并使字体变大,其中一些字体加粗,来格式化弹出式解释性文本。

    enter image description here

    0 回复  |  直到 1 年前
    推荐文章