Text Formatting Not working in Admonition Blocks AsciiDoctor - asciidoctor

I am trying to do simple text formatting such as
[NOTE]
====
Note: This is *ONLY* an example
====
however, it processes the "* ONLY *" as text and not a bold text format. Same thing for "** ONLY **" as well as italics formatting etc.
I can't seem to find any documentation on whether there needs to be something specified in the document header in order to enable text formatting in admonition blocks. Any help would be great.

Related

Text with a dash in the cell but not in the formula bar (Excel)

In cell E1 it says You-Gov but in the formula bar it says YouGov.
If I copy/paste values it stays the same, the formatting is General. Using =CODE(MID($E$1,4,1)) I get a value of 173.
Any idea what is happening?
What you have got here is called the "Soft Hyphen". It's purpose is to let the system know where a word may be broken, if needed, for display purposes.
"The HTML standard states that a hyphen character should be displayed at the end of the line where the break occurs if a line is broken at a soft hyphen. On the other hand, nothing is displayed if the line is not broken at a soft hyphen."
And that is exactly what is happening in Excel. It may appear in-cell but the formula-bar will only show the Soft Hyphen when the word it's used in is actually broken in the editor itself. To test this out, try to squeeze Excel and it's formula bar to a very narrow pane. You'll notice the Soft Hyphen will appear on-and-off depending if it's needed to be shown. It's rather funny that MS even mentioned the Soft Hyphen in their docs but it won't show in the matrix, probably for the same reason.
To solve your issue:
Press Ctrl+F
Select 'Replace'
Search for: Hold Alt and type 0173 on the numpad.
Replace with: - A normal hyphen.
Here is a fun little demonstration from here full of "shy" hyphens. Resize the window to make them visible one by one:
Margaret­Are­You­Grieving­Over­Goldengrove­Unleaving­Leaves­Like­The­Things­Of­Man­You­With­Your­Fresh­Thoughts­Care­For­Can­You­Ah­As­The­Heart­Grows­Older­It­Will­Come­To­Such­Sights­Colder­By­And­By­Nor­Spare­A­Sigh­Though­Worlds­Of­Wanwood­Leafmeal­Lie­And­Yet­You­Will­Weep­And­Know­Why­Now­No­Matter­Child­The­Name­Sorrows­Springs­Are­The­Same­Nor­Mouth­Had­No­Nor­Mind­Expressed­What­Heart­Heard­Of­Ghost­Guessed­It­Is­The­Blight­Man­Was­Born­For­It­Is­Margaret­You­Mourn­For

Entering italics in vim

How does one enter italic text in vim?
In the following screenshot from the infopage of a certain plugin
you can see the italic text under the heading Text styles.
It is not my goal to highlight comments in italics as has been asked in many other questions.
I am looking for a keymap by which I can toggle to "italic text mode" and back.
You can't "enter italics", or bold, or underlined. Neither in Vim nor in any other text editor. What you insert is plain characters which get displayed according to their context.
What you see in that screenshot is the effect of a special rule defined in the plugin that tells Vim to italicize text between underscores and "conceal" those underscores. That feature is plugin-specific and can be enabled/disabled with an option.
You can always save your text file in .md format and use markdown syntax for italics.
For example:
In terminal insert vim text_file_name.md to open new text file in vim.
Then in this text file insert some text surrounded with asterixes eg. Some text in * italics *.
It should automatically show word "italics" in italics.
Vanilla VIM doesn't support this. It's just a text editor. You would need to use a plugin like Txtfmt.

Inserting bold characters in docusign text data tag

I am trying to insert bold characters in a text data tag on my Docusign template.
I have tried many different ways of bolding characters (<b>, <em>, <strong>, <h1>, <h2>, <h3>, **) but none of these succeed.
I am aware that I can set the data field to be bold but I only want some of the data to be affected and splitting up my data to have bold and non-bold areas would make the template chaotic and difficult to maintain.
Any ideas?
Thank you.
DocuSign does not support partial formatting of Text tags. The formatting options available are for the the entire tag.
From Documentation
Formatting - defines the font family, size, and color, and character styling; for text fields, there is an additional formatting property to hide the text entered with asterisks, concealing the data from anyone else viewing the document.

Sublime Text 3 - highlight hyperlinks

I am completely new to Sublime text 3 and at the moment only want to use it to work with normal text files (no source code), containing a lot of URLs.
At first, I tried Sublime Text 2 which would be pretty good for what I want because with "plain text" syntax it automatically highlights links in red. For ST3 I tried for hours to get this to work, but for every syntax I tried there are some characters (like " and ') that screw up my document (e.g. highlight half of it because there is a single ' somewhere in it).
All I would like is a different color for URLs. How can I do this? And how can I set this to be the default, so that it stays that way when I restart ST3?

Character debug in Excel

I'm using Excel's Get & Transform to get data from a text file. The problem is that the textfile has special characters and those are not correctly displayed. So I have a sheet with this data, and I have also imported one with the character debug list, which shows e.g. that À should be À.
The only option I see is "replace values" which requires me to go in manually and change each of the 128 characters. Is there any way to replace all the special characters using the character debug list?
Or any other way to do it?
Thanks :)

Resources