Readme angepasst

This commit is contained in:
borgal
2021-10-28 06:26:06 +00:00
parent 15dc2bc5c9
commit b77ebf9e33
2 changed files with 23 additions and 27 deletions

View File

@@ -1,30 +1,5 @@
## Docker-Compose Files Borgals HomeLab ## Docker-Compose Files Borgals HomeLab
- Support Standard Markdown / CommonMark and GFM(GitHub Flavored Markdown); - Benutzernamen und Passwörter, sowie weitere Variablen sind in einer .env Datei ausgelagert
- Markdown Extras : Support ToC (Table of Contents), Emoji, Task lists, @Links...; - die .env.sample muss jeweils in .env umbenannt werden und die Variablen darin auf deine Bedürfnisse angepasst werden
- Compatible with all major browsers (IE8+), compatible Zepto.js and iPad;
- Support identification, interpretation, fliter of the HTML tags;
- Support TeX (LaTeX expressions, Based on KaTeX), Flowchart and Sequence Diagram of Markdown extended syntax;
- Support AMD/CMD (Require.js & Sea.js) Module Loader, and Custom/define editor plugins;
### Editor.md
![](https://img.shields.io/github/stars/pandao/editor.md.svg)
![](https://img.shields.io/github/forks/pandao/editor.md.svg)
![](https://img.shields.io/github/tag/pandao/editor.md.svg)
![](https://img.shields.io/github/release/pandao/editor.md.svg)
![](https://img.shields.io/github/issues/pandao/editor.md.svg)
![](https://img.shields.io/bower/v/editor.md.svg)
### Characters
----
~~Strikethrough~~ <s>Strikethrough (when enable html tag decode.)</s>
*Italic* _Italic_
**Emphasis** __Emphasis__
***Emphasis Italic*** ___Emphasis Italic___
Superscript: X<sub>2</sub>Subscript: O<sup>2</sup>
**Abbreviation(link HTML abbr tag)**

21
backup.md Normal file
View File

@@ -0,0 +1,21 @@
### Editor.md
![](https://img.shields.io/github/stars/pandao/editor.md.svg)
![](https://img.shields.io/github/forks/pandao/editor.md.svg)
![](https://img.shields.io/github/tag/pandao/editor.md.svg)
![](https://img.shields.io/github/release/pandao/editor.md.svg)
![](https://img.shields.io/github/issues/pandao/editor.md.svg)
![](https://img.shields.io/bower/v/editor.md.svg)
### Characters
----
~~Strikethrough~~ <s>Strikethrough (when enable html tag decode.)</s>
*Italic* _Italic_
**Emphasis** __Emphasis__
***Emphasis Italic*** ___Emphasis Italic___
Superscript: X<sub>2</sub>,Subscript: O<sup>2</sup>
**Abbreviation(link HTML abbr tag)**