I often markup (left column) that I cut from Synapse Wikis and want to paste into the portal (e.g., card descriptions). The markup is not rendered on the portal, but is displayed literally. Instead, you can paste the symbols/etc in the stylized column directly into text files (e.g., csv/tsv) backing the portal.
Markup | Stylized |
---|---|
<U+201A><U+00C4><U+00FA>Hybrid<U+201A><U+00C4><U+00F9> |
...
“Hybrid” | |
<U+201A><U+00C4><U+00EE> |
...
— | |
<U+201C>soft<U+201D> |
...
<U+2018>mechanogenomics -> ‘mechanogenomics (where the single quote is typographic/curly/curved; evidently can just cut and paste this into csv/text file)
...
“soft” | |
<U+2018>mechanogenomics<U+2019> | ‘mechanogenomics’ |
projects <U+201A><U+00C4><U+00EC> Drs |
...
projects - Drs | |
<U+0152><U+00B1> |
...
α | |
<U+0152><U+00BA> |
...
μ | |
<U+221A><U+00FC> |
...
ß | |
<U+0152><U+2264> |
...
β | |
<U+201A><U+00C4><U+00F2>co-activators<U+201A><U+00C4><U+00F4> |
...
‘co-activators’ |
...
<U+2014> |
...
— | |
<U+201A><U+00C4><U+00EA> |
...
- | |
nn nn |
...
<br><br> | |
|
...
NB: the comma in
" ... "hybrid", ... "
will be interpreted as a delimiter. Need to escape it:
...
<br> | |
####bold | <b>bold</b> |