Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jstl-dev] underline text in asciidoc - Any ideas?
  • From: <Hussain.NM@xxxxxxxxxxxxx>
  • Date: Wed, 29 Jul 2020 02:28:40 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=cognizant.com; dmarc=pass action=none header.from=cognizant.com; dkim=pass header.d=cognizant.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=guL7+BRVpaPfCREHcikTcuxQXnSXGnCQu6vdpwGQdd8=; b=m9xwEUn0VIzzNABnUQdCwRIMiUUjD1QJ5jz7T887e82VccB1eTRd3nk8ClSQTf1SI7CwhIiecX4R3v2/zNM8kKkl4uqLvhHwohP0s6oAP9CwPCwMcAAXjsbV2GkfjOP0gf5F4gc25bLh4VEy7/Z1j5NSG9pR6Kj+NnS2z+HDVQNFnp10wLDdqPUV8TOQK5HIAPH3QZOPQq+Teua7g5HwEVpE7jNnRFWe1N5ar3lpPi735jxDpTU/tXEPhSAaN7EK2EtjQs61q4Q98ytUA8wZe+N5czF0YaD7CzgUUKkBln1KrrOVZoBh6isbgX/rw3gqL2wF3lwpe8jByNYoY1qclw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=HPycTTioruD3wcU97jgBSpgyqRjzFMtIlqw1ixwaYtIyg/WWIE3X0/onpMHnnU9A2LUr6ZQtWXYDpgeUI+q58UvPxUChAWLB4NdmjgKJ7mrCvsm8qsfUFX39CsAUmIvrDwSA8Fk7wzpSZYv7GXVuQJRGpKKM41p441RaK57eOb1EzAruErsTPbyvnI0CUtGk8QMla/yDaVR/gNaJWgLg51YyqjrEcdExKC/tmS6LGqHrtnMyprYI3UOWDwS/+aeCd+1bxh7rQRM8BFlkDBdMzg+OibipTbi8GDeN7yl/uInUcBYgs4vcVprLc7f/Uo9gvVMOyspW6HjcKUPvYmbQXQ==
  • Delivered-to: jstl-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jstl-dev>
  • List-help: <mailto:jstl-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jstl-dev>, <mailto:jstl-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jstl-dev>, <mailto:jstl-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWZTcslBIFP50foki+B/1lsP7zWqkd1RVA
  • Thread-topic: [jstl-dev] underline text in asciidoc - Any ideas?

Try [underline]#page#. This will work.

 

Reference: http://www.methods.co.nz/asciidoc/chunked/ch10.html

 

Thanks

Hussain

 

From: jstl-dev-bounces@xxxxxxxxxxx <jstl-dev-bounces@xxxxxxxxxxx> On Behalf Of Paul Nicolucci
Sent: Wednesday, July 29, 2020 5:00 AM
To: jstl-dev@xxxxxxxxxxx
Subject: [jstl-dev] underline text in asciidoc - Any ideas?

 

[External]

Hi,

 

We have a number of areas in our specification document where we need to render something like the following in asciidoc:

 

<c:set var=”varName” [scope=”{page|request|session|application}”]
value=”value”/>

 

The difficult part in asciidoc is getting the underline in a literal block. For example I've tried the following:

 

[literal,subs="+macros"]
<c:set var=”varName” [scope=”{+++<u>page</u>+++|request|session|application}”]
       value=”value”/>

 

This actually renders properly in the HTML document but the PDF it does not. I've yet to come up with a solution to get this formatting correct in asciidoc format.

 

1) Any thoughts on how this might be done?

2) If no ideas, would anyone be opposed to changing section "2.1.2 Syntax Notation" ?

 

Current table text:

[...]  -> What is inside the square brackets is optional
{option1|option2|option3|...}  -> Only one of the given options can be selected
value  -> The default value

 

Proposed table text:

Keep everything but the last row the same:

 

value -> The default value

 

The gist of the change is making the default value bold rather than underlined.

 

Thoughts / comments?

 

Thanks,

 

Paul Nicolucci

 

This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient(s), please reply to the sender and destroy all copies of the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email, and/or any action taken in reliance on the contents of this e-mail is strictly prohibited and may be unlawful. Where permitted by applicable law, this e-mail and other e-mail communications sent to and from Cognizant e-mail addresses may be monitored. This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient(s), please reply to the sender and destroy all copies of the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email, and/or any action taken in reliance on the contents of this e-mail is strictly prohibited and may be unlawful. Where permitted by applicable law, this e-mail and other e-mail communications sent to and from Cognizant e-mail addresses may be monitored.

Back to the top