From portata at tutanota.com Sat Jan 12 17:52:54 2019 From: portata at tutanota.com (portata at tutanota.com) Date: Sat, 12 Jan 2019 23:52:54 +0100 (CET) Subject: Syntax highlight - Settings Message-ID: Hi, I've seen that Github allows certain and non traditional syntax highlighting with markdown. I'd like to know, excluding the possibility of using html, is it possible to set a file where I define a syntax highlighting language (solidity or vyper) which is not set by default?? -- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From leeyuiwah at gmail.com Sun Jan 27 04:25:22 2019 From: leeyuiwah at gmail.com (Clement Yui-Wah Lee) Date: Sun, 27 Jan 2019 09:25:22 +0000 Subject: Markdown turned my slash (/) into / and my double quote (") into " Message-ID: Hi I am using markdown indirectly via Prose.io I noticed that Prose (or markdown?) turned my slash (/) into / and my double quote (") into " This happened when the markdown is within a code block. Such as GET https://company.io/api/2.0/resource And in Prose it got turned into GET https://company.io/api/2.0/resource How can I avoid that? I googled a bit and searched a bit on the documentation of Prose but the answer is not obvious to me. Thanks in advance! Virus-free. www.avg.com <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> -------------- next part -------------- An HTML attachment was scrubbed... URL: From contact at alanhogan.com Mon Jan 28 11:58:43 2019 From: contact at alanhogan.com (Alan Hogan) Date: Mon, 28 Jan 2019 08:58:43 -0800 Subject: Markdown turned my slash (/) into / and my double quote (") into " In-Reply-To: References: Message-ID: Markdown doesn?t do that. Markdown input is plain text and the output is HTML, including some HTML entities, but not double-encoded such that they would be visible when rendered as HTML. If you are seeing entities in code blocks in the web pages you created with Prose (which I haven?t tried), then do report the bug to Prose?s maintainer(s). Alan On Jan 27, 2019, 1:26 AM -0800, Clement Yui-Wah Lee , wrote: > Hi > > I am using markdown indirectly via Prose.io > > I noticed that Prose (or markdown?) turned my slash (/) into?/?and my double quote (") into?" > This happened when the markdown is within a code block. Such as > GET https://company.io/api/2.0/resource > And in Prose it got turned into > GET https://company.io/api/2.0/resource > How can I avoid that? I googled a bit and searched a bit on the documentation of Prose but the answer is not obvious to me. Thanks in advance! > > Virus-free. www.avg.com > _______________________________________________ > Markdown-Discuss mailing list > Markdown-Discuss at six.pairlist.net > https://pairlist6.pair.net/mailman/listinfo/markdown-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: