Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
AJCxZ0
8 months agoBronze Expert
Missing Markdown
Please add the missing support for any of the Markdown which is not rendered:
# Heading 1
to
###### Heading 6
**Bold**
_Italic_
> Block quote
1. ordered list
- unordered list
`code`
Rule
---
[Markdown Cheat Sheet](https://www.markdownguide.org/cheat-sheet/) link
| Table | Table |
```
code
block
```
Footnote[^1]
[^1]: This is the footnote
Term
: Definition of the term
~~strikethrough~~
- [x] task list item
- [ ] task list item
:smile: emoji
==highlight==
H~2~O subscipt
πr^2^ superscipt
PS. Please also provide an option to not use the WYSI(almost)WYG editor including the ability to preview a post.
9 Replies
- AJCxZ0Bronze Expert
`code`
Rule
---| Table | Table |
Footnote[^1]
[^1]: This is the footnote
Term
: Definition of the term
- [x] task list item
- [ ] task list item:smile: emoji
==highlight==
H~2~O subscipt
πr^2^ superscipt
- AJCxZ0Bronze Expert
Thank you, 1P_SimonH.
If a fuller support of Markdown is challenging, then the one most significant missing item is `code` for a fixed-width typeface. This should be the simplest to implement.
This is made more challenging by the editor offering "Preformatted" in the drop-down for new posts (and only for paragraph style), but offering only a minimal subset of the formatting toolbar for replies where Markdown and shortcuts offer different subsets of features.
- AJCxZ0Bronze Expert
Apparently it is impossible to effectively use markdown while in the WYSI(n't)WYG editor unless each is typed followed by a newline which starts a new paragraph, except for changing style and weight.
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Bold
Italic
block quote
- ordered list
- unordered list
`code`
---
| Table | Table |
code block
Footnote[^1]
[^1]: This is the footnote
Term
: Definition of the term~
strikethrough~- [x] task list item
- [ ] task list item
:smile:
==highlight==
H~2~O
πr^2^
- AJCxZ0Bronze Expert
1P_SimonH, it has been almost half a year since the missing Basic Markdown (along with some Extended) was reported and we've seen no progress.