New Post 3
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam ac vestibulum purus. Donec id tellus consequat, consequat sapien in, fermentum tellus.
Hello there
How are you
Heading
- Hello
- I need to highlight these ==very important words==.
Again a paragraph
Dillinger is a cloud-enabled, mobile-ready, offline-storage compatible,
AngularJS-powered HTML5 Markdown editor.
- Markdown
- Type some Markdown on the left
- See HTML in the right
- ✨Magic ✨
> Note: --capt-add=SYS-ADMIN
is required for PDF rendering.
127.0.0.1:8000
This will create the dillinger image and pull in the necessary dependencies.
Be sure to swap out ${package.json.version}
with the actual
version of Dillinger.
docker run -d -p 8000:8080 --restart=always --cap-add=SYS_ADMIN --name=dillinger <youruser>/dillinger:${package.json.version}
Features
- Import a HTML file and watch it magically convert to Markdown
- Drag and drop images (requires your Dropbox account be linked)
- Import and save files from GitHub, Dropbox, Google Drive and One Drive
- Drag and drop markdown and HTML files into Dillinger
- Export documents as Markdown, HTML and PDF
Markdown is a lightweight markup language based on the formatting conventions
that people naturally use in email.
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media
I need to highlight these ==very important words==.
> The overriding design goal for Markdown’s
> formatting syntax is to make it as readable
> as possible. The idea is that a
> Markdown-formatted document should be
> publishable as-is, as plain text, without
> looking like it’s been marked up with tags
> or formatting instructions.
Dillinger is currently extended with the following plugins.
Instructions on how to use them in your own application are linked below.
Plugin | README |
---|---|
Drop | [plugins/dropbox/README.md][PlDb] |
GitHub | [plugins/github/README.md][PlGh] |
Google Drive | [plugins/googledrive/README.md][PlGd] |
OneDrive | [plugins/onedrive/README.md][PlOd] |
Medium | [plugins/medium/README.md][PlMe] |
Google Analytics | [plugins/googleanalytics/README.md][PlGa] |
term
: definition
</span> <span style="color: rgb(33, 37, 41);">{</span> <span style="color: rgb(33, 37, 41);"> "firstName": "John",</span> <span style="color: rgb(33, 37, 41);"> "lastName": "Smith",</span> <span style="color: rgb(33, 37, 41);"> "age": 25</span> <span style="color: rgb(33, 37, 41);">}</span> <span style="color: rgb(33, 37, 41);">
Hi there
[^1]: This is the footnote.
Free Software, Hell Yeah!