Markded fails rendaring
// Please enter a detailed description of the issue
// Description of the issue:
Markded fails rendaring
// Please enter a list of steps required to reproduce the issue
// Steps to reproduce:
1. Create test.md containing following:
#Header
[](LICENSE)
2. Open test.md
// If applicable please attach a sample document that causes the issue for you.
#Header
[](LICENSE)
// Configuration (do not edit)
Marked 2 910 (Direct)
OS X Version: 10.11.2
---
additionalMathJaxConfig:
allowPageBreakInCode: 1
bookTxtIsLeanpub: 0
codeIsPoetry: 0
collapsibleHeadlines: 0
convertGithubCheckboxes: 1
convertYAMLToMMD: 0
defaultMathJaxConfig: TeX-AMS-MML_HTMLorMML
defaultPreviewStyle: 3
defaultProcessor: Discount (GFM)
enableMiniMap: 0
excludeBlockQuotesFromCounts: 0
excludeFootnotesFromCounts: 0
excludeVerbatimFromCounts: 0
excludeCaptionsFromCounts: 0
folderPreviewExtensionsArray: md, markdown, txt, mdown, html, opml
githubNewlines: 1
h1IsPageBreak: 0
h2IsPageBreak: 0
hrIsPageBreak: 0
includeMathJax: 0
limitTextWidth: 0
minimalJavaScript: 0
outlineModeExtensions:
permissionGranted: 0
printHeaderBottomLeft:
printHeaderBottomRight:
printHeaderFooterFirstPage: 0
printHeaderTopLeft:
printHeaderTopRight:
processHTMLFiles: 1
removeMetadataForPreview: 0
removeYAMLHeaders: 0
scrollToEdit: 1
shouldDetectCritic: 0
shouldHighlightMarkupErrors: 0
shouldLoadCritic: 0
syntaxHighlight: 1
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on Dec 11, 2015 @ 01:56 AM
MultiMarkdown does not recognize that syntax as it is. Either add an empty line after the headline, or switch to Discount in Preferences->Processor.
-Brett
2 Posted by Norio Nomura on Dec 11, 2015 @ 02:12 AM
I'm using Discount as I posted:
> defaultProcessor: Discount (GFM)
Switching to MultiMarkdown makes rendering as same as on github.com as screenshot.
???
Support Staff 3 Posted by Brett on Dec 11, 2015 @ 03:01 AM
I'm also noting that your markup does not have an http:// in the url. I'm on mobile right now so I can't test, but will respond when I get back to Mac.
-Brett
Support Staff 4 Posted by Brett on Dec 11, 2015 @ 03:41 AM
Ok, I tested with both processors and as long as there's a blank line,
it works in either:
# Header
[](LICENSE)
-Brett
5 Posted by Norio Nomura on Dec 11, 2015 @ 03:54 AM
I'm expecting Marked to render as same as github when I select Discount (GFM).
e.g. https://github.com/norio-nomura/ExtraBuildPhase/blob/master/README.md
Support Staff 6 Posted by Brett on Dec 11, 2015 @ 04:00 AM
Marked is not GitHub. I claim 99% compatibility, but GitHub processes
Markdown with specific caveats that are not compatible with the widest
range of Markdown syntaxes.
Pressing return once does not seem like much to ask, considering that it
will then render the same on GitHub as it does in Marked, and will be
compatible across the board with other markup processors.
-Brett
7 Posted by Norio Nomura on Dec 11, 2015 @ 04:04 AM
OK, I understand.
Thank you for supporting.