-
**Describe the feature you'd like**
Support markdown files stored in github using format:
```
code
```
format for code snippets
-
# Aula de Linguagem Markdown
***
Podemos_*misturar*_configurações
Lista numerada:
1. Teste
1. Teste2
1. Teste3
1. Teste4
Lista demarcada:
* Teste
* Teste
* Teste
* Teste
…
-
# 段落换行
写成两行即可,原生md需要俩空格示意,如
```
Roses are red
Violets are blue
```
# 段落标题
使用1-6个 # 表示
```
# The largest heading (an tag)
## The second largest heading (an tag)
…
###### The 6th largest heading (…
-
It would be nice to be able to toggle on [Github Flavoured Markdown](http://github.github.com/github-flavored-markdown/) for editing `README.md` and `CONTRIBUTING.md` for GitHub.
:sparkles not requir…
-
All the comments (and issue text, and probably others) look ugly because they're not being formatted the way they were intended.
-
The current README file is not formatted for GitHub. Change the formatting to markdown with the necessary changes to formatting.
-
### Describe the bug
I'm not sure if this is the right place to raise this issue, but I encountered an issue with function calls inside a mustache tag in a markdown file. And I was able to recreate t…
-
### Description
The Zendesk section on "Request access to tools" links to a Github Markdown file. This content should be migrated to Platform Website.
### Relevant URLs
https://depo-platform-…
-
Notes, requirements, and ideas.
## Requirements
See PyTombo WebGrep
* search
* [Text Fragment](https://developer.mozilla.org/en-US/docs/Web/URI/Fragment/Text_fragments) support in re…
-
Why are there 2 span elements being created before the code area? This is a really cool plugin - I've looked through every single one and this is the only one that doesn't insert html into the markdow…