mirror of
https://github.com/gsantner/dandelion
synced 2025-09-10 18:59:42 +02:00
Remove markdown from translateable list
This commit is contained in:
parent
c6e3a60411
commit
ac81091cce
8 changed files with 30 additions and 180 deletions
|
@ -105,50 +105,11 @@
|
|||
|
||||
|
||||
<!-- License & help (large amount of text) -->
|
||||
<string name="help_license">License</string>
|
||||
<string name="help_help">Markdown formating</string>
|
||||
<string name="license_title" translatable="false">Copyright © 2015–2016</string>
|
||||
|
||||
<string name="markdown_text"><i>"On diaspora* it's possible to format your text in status messages, comments
|
||||
and conversations using a simplified mark-up system called Markdown. This page gives an introduction to the
|
||||
codes used to create this formatting.</i><br> <br>
|
||||
|
||||
<b>Heading</b><br>
|
||||
# This is an extremely large header<br>
|
||||
## Half as big as the one above<br>
|
||||
### Twice the size of normal text<br> <br>
|
||||
|
||||
<b>Italics and bold</b><br>
|
||||
Italics: *word* or _word_<br>
|
||||
Bold: **word** or __word__<br>
|
||||
Bold italics: ***word*** or ___word___<br> <br>
|
||||
|
||||
<b>Bulleted list</b><br>
|
||||
*, + or - in front of each line you want as part of the list or 1., 2., etc. in front of the list items<br> <br>
|
||||
|
||||
<b>Quotation</b><br>
|
||||
When you want to quote an extract of an article or another comment, you can conveniently format your text by starting the
|
||||
line or the paragraph by the > character<br> <br>
|
||||
|
||||
<b>Horizontal line</b><br>
|
||||
To create a horizontal line, use at least three - - -, _ _ _ or * * * on a separate line. Any number above three will do
|
||||
the same thing and spaces between the characters do not matter.<br> <br>
|
||||
|
||||
<b>Inline link</b><br>
|
||||
[displayed text here](http://link.address.here \"alt text\") The 'alt text' is optional, and is displayed as a tool-tip
|
||||
when the cursor is moved over the link.<br> <br>
|
||||
|
||||
<b>External images</b><br>
|
||||
 The alternative text in the square brackets is displayed if the image cannot be loaded, and the optional title is displayed as a tool-tip when the cursor is moved over the image; both are useful but not essential.<br> <br>
|
||||
|
||||
<b>Escape</b><br>
|
||||
If you want your message to include a character which is also used in Markdown coding, you can prevent it from being read by Markdown as a formatting code by 'escaping' it. To do this, place a backslash in front of the character. You can, however, type 'diaspora*' or 'D*' without the asterisk becoming a formatting code!<br> <br>
|
||||
|
||||
<b>Special characters</b><br>
|
||||
You can create the following symbols and other special characters using a combination of characters:<br>
|
||||
(c) = © ; (r) = ® ; x^2 = x²"</string>
|
||||
|
||||
<string name="license_text"><b>Maintainers:</b><br>
|
||||
<string name="help_markdown__name">Markdown formating</string>
|
||||
<string name="help_markdown__weblink" translatable="false">https://wiki.diasporafoundation.org/Markdown_reference_guide</string>
|
||||
<string name="help_license__name">License</string>
|
||||
<string name="help_license__years" translatable="false">Copyright © 2015–2016</string>
|
||||
<string name="help_license__content" translatable="false"><b>Maintainers:</b><br>
|
||||
|
||||
• gsantner https://gsantner.github.io<br>
|
||||
• vanitasvitae https://github.com/vanitasvitae<br> <br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue