User:JAL: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This page is JAL's testing page.") |
mNo edit summary |
||
Line 1: | Line 1: | ||
This page is JAL's testing page. | This page is JAL's testing page. | ||
Here are problematic apostrophes ('') that invoke italicization. | |||
they are particularly problematic if within a code example: | |||
<p class="code">Begin | |||
%x is string len 10 | |||
%x is 'help' | |||
print %x 'doesn'''t have apostrophes' | |||
end | |||
</p> | |||
P.S. | |||
Three consecutive apostrophes are treated as markup for "begin *bold* text." |
Revision as of 21:27, 10 November 2014
This page is JAL's testing page.
Here are problematic apostrophes () that invoke italicization.
they are particularly problematic if within a code example:
Begin %x is string len 10 %x is 'help' print %x 'doesnt have apostrophes' end
P.S. Three consecutive apostrophes are treated as markup for "begin *bold* text."