Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

Note: The following question was posted as a comment to that FAQ possibly because there is not formatting tool for comments, in contrast to questions and answers...

AIK wrote:

Thanks to Graeme for showing me how to create the embedded link. That's nice. Can you point me to a documentation that shows other useful "tricks" for this particular form?

Thanks.

asked 23 Aug '17, 15:15

AlK's gravatar image

AlK
735313554
accept rate: 37%

edited 25 Aug '17, 15:56

Volker%20Barth's gravatar image

Volker Barth
40.2k362550822


Well, while the question and answer editor have both

  • their toolbar to choose formatting/link options via the according symbols and
  • display "Markdown Basics" in the right pane,

you can also use the same syntax within comments, as documented here:

Markdown Help

Furthermore, in order to display formatted code as-is (say, for SQL statements, console log contents, query results), it's easiest to surround those with a

<pre> tag pair.


Note, sometimes the WYSIWYG preview below the question/answer editor does display things differently than the real view...

permanent link

answered 25 Aug '17, 15:32

Volker%20Barth's gravatar image

Volker Barth
40.2k362550822
accept rate: 34%

edited 25 Aug '17, 15:34

Over time I have drifted to raw HTML, especially in comments but also in questions and answers.

IMO the most useful tags are a, b, blockquote, img and pre. Sometimes br, h2, hr.

Tips

The width attribute of img is an easy way to shrink images; just width, not height, to force the browser to scale; for example img src="https://i.imgflip.com/1f05x8.jpg" width="100":

Use b together with a to make the links stand out.


Plus...

Don't try to fight the CSS used by this forum.
Just be happy it doesn't use Fiori :)

permanent link

answered 26 Aug '17, 08:47

Breck%20Carter's gravatar image

Breck Carter
32.5k5417261050
accept rate: 20%

You don't like Fiori, I see (-_-)

(26 Aug '17, 10:33) Vlad
Comment Text Removed
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×178

question asked: 23 Aug '17, 15:15

question was seen: 1,622 times

last updated: 26 Aug '17, 11:48