Allow attributes in links
// Please enter a detailed description of the issue // Description of the issue:
Was just looking at Multimarkdown Composer 4 and see that it supports attributes in links. E.g.:
It would be great if MARKED 2 could support this as well. It would substantially enhance my workflow.
// If applicable please attach a sample document that causes the issue for you.
// Configuration (do not edit) Marked 2 930 (Direct)
OS X Version: 10.13
additionalMathJaxConfig:
allowPageBreakInCode: 1
bookTxtIsLeanpub: 0
summaryMdIsGitBook: 0
codeIsPoetry: 0
collapsibleHeadlines: 1
convertGithubCheckboxes: 1
convertYAMLToMMD: 0
defaultMathJaxConfig: TeX-AMS-MML_HTMLorMML
defaultPreviewStyle: 102
defaultProcessor: MultiMarkdown
enableMiniMap: 1
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: 0
removeMetadataForPreview: 0
removeYAMLHeaders: 0
scrollToEdit: 1
shouldDetectCritic: 1
shouldHighlightMarkupErrors: 1
shouldLoadCritic: 0
syntaxHighlight: 0
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 16 Oct, 2017 05:04 PM
MMDC 4 uses the new version of MultiMarkdown (v6), which is what allows
attributes in links. While I'm not convinced that MMD6 is ready for
production release in Marked yet, it's easy to install the binary and
use it as a custom processor.
You can download the binaries and installer at
https://github.com/fletcher/MultiMarkdown-6/releases
Then just set it up as the custom processor:
http://marked2app.com/help/Custom_Processor.html
-Brett