LibreOfficeDev 26.8 Βοήθεια
Το LibreOfficeDev Writer μπορεί να ανοίξει και να αποθηκεύσει αρχεία σε μορφή αρχείου markdown (.md), καθώς και να επικολλήσει περιεχόμενο markdown σε ένα έγγραφο κειμένου.
Το Markdown είναι μια ελαφριά γλώσσα σήμανσης που σας επιτρέπει να μορφοποιείτε κείμενο χρησιμοποιώντας απλή σύνταξη. Χρησιμοποιείται ευρέως για τη σύνταξη τεκμηρίωσης, αρχείων README, αναρτήσεων σε φόρουμ, ακόμη και ορισμένων ηλεκτρονικών μηνυμάτων.
Choose .
Locate the markdown file that you want to open.
If the file has a *.md extension, select the file.
If the markdown file has another extension, select the file, and then select "Markdown Document (.md, .markdown)" in the File type box
Click .
Open the text document that you want to save as a Markdown file.
Choose .
In the box, enter a name for the file.
In the box, select "Markdown Document (.md)".
Click .
You can paste Markdown content directly into a LibreOfficeDev Writer document. Writer intelligently applies the corresponding styles, automatically assigning paragraph, list, and character formatting, using the automatic (default) styles.
You can import styles from a custom template to customize the automatic styles.
You can open a Markdown file from the command line and automatically apply a template to generate a custom-formatted text document. Enter the following command in your operating system’s command shell to apply the template file template.ott to the file test.md:
soffice --infilter='Markdown:{"TemplateURL":{"type":"string","value":"./template.ott"}}' test.md
LibreOfficeDev implements the CommonMark markdown specification.