Markdown

How to read a markdown file in another markdown file?

邮差的信 提交于 2021-02-10 23:46:59
问题 My purpose is to collect many descriptions written in markdown to a single markdown file for an integrated article. For instance, in ./f1/a.md This is the description for f1 project. and in ./b.md The introduction of f1 project is shown below, <!-- Contain of the a.md goes here --> The expected result of the b.md should be, The introduction of f1 project is shown below, This is the description for f1 project. So, how can I achieve this function? 回答1: Markdown itself doesn't support file

How to write markdown language in HTML language?

泄露秘密 提交于 2021-02-10 19:19:36
问题 # (and ## and ### ) in md files has the meaning of header 1 (2, 3). This md (markdown) header is used by a table of content widget I developed. I want to use a md header (written as # ) that is defined in ejs (template engine) html layout file. How to write # in ejs (html) language so that it is also used by TOC widget same way as # in markdown md file? To be more clear: The # in markdown md file language is the same as <%= header %> when written in ejs (html) language? I am looking how to

How to add border to code blocks in generated beamer pdf from Markdown using Pandoc

浪子不回头ぞ 提交于 2021-02-10 14:13:46
问题 I've found how to add line numbers by writing, ```{.c .numberLines} int x = 1; int y = x; ``` But wonder how to add a border to the code blocks. 回答1: The "easiest" way to do this is to modify the default.beamer template and pass the --listings variable to pandoc during pdf creation. Take a look at the information for frames in the listings documentation: http://mirrors.ibiblio.org/CTAN/macros/latex/contrib/listings/listings.pdf 来源: https://stackoverflow.com/questions/23343233/how-to-add

How to add border to code blocks in generated beamer pdf from Markdown using Pandoc

孤者浪人 提交于 2021-02-10 14:10:58
问题 I've found how to add line numbers by writing, ```{.c .numberLines} int x = 1; int y = x; ``` But wonder how to add a border to the code blocks. 回答1: The "easiest" way to do this is to modify the default.beamer template and pass the --listings variable to pandoc during pdf creation. Take a look at the information for frames in the listings documentation: http://mirrors.ibiblio.org/CTAN/macros/latex/contrib/listings/listings.pdf 来源: https://stackoverflow.com/questions/23343233/how-to-add

How to add border to code blocks in generated beamer pdf from Markdown using Pandoc

ぃ、小莉子 提交于 2021-02-10 14:07:21
问题 I've found how to add line numbers by writing, ```{.c .numberLines} int x = 1; int y = x; ``` But wonder how to add a border to the code blocks. 回答1: The "easiest" way to do this is to modify the default.beamer template and pass the --listings variable to pandoc during pdf creation. Take a look at the information for frames in the listings documentation: http://mirrors.ibiblio.org/CTAN/macros/latex/contrib/listings/listings.pdf 来源: https://stackoverflow.com/questions/23343233/how-to-add

使用Github 当作自己个人博客的图床

谁说胖子不能爱 提交于 2021-02-10 08:54:56
使用Github 当作自己个人博客的图床 前提 本文前提: 我个人博客的草稿是存放在 github上的一个仓库 diarynote 截图存放的图片或者需要放在文章中图片,会固定存放在对应的文件夹中,我个人是使用日期文件夹,如: uploads/190828/test.jpg 本文中提到的 这个仓库 ,都是指我自己的 diarynote 仓库 使用GitHub作为图床 从上面的描述可以知道,我自己的一个项目仓库的一个文件夹在 GitHub的 的路径固定是 https://github.com/wakasann/diarynote/tree/master/draft/ 当我使用 Typora 工具在本地编写当前仓库的Markdown 图片路径一般都会写成 ![](uploads/190828/test.jpg) 编辑的时候,可以边预览边编辑,因为编辑时,查看的是本地的图片,访问速度快,也好替换。 一般编辑完之后,我自己会这个仓库的改动推送到 GitHub上。 当自己准备发布当前编辑的Markdown 文件中,并且该文件中图片时,可以通过喜欢的文本编辑工具,如:sublime text 查找 uploads 替换为 https://raw.githubusercontent.com/wakasann/diarynote/master/draft/uploads 废话1

JavaScript ES6和ES5闭包的小demo

自古美人都是妖i 提交于 2021-02-10 08:54:41
<div id="article_content" class="article_content clearfix"> <div class="article-copyright"> <span class="creativecommons"> <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"> <img alt="知识共享许可协议" style="border-width:0" src="https://csdnimg.cn/release/phoenix/images/creativecommons/80x15.png"></a> <span>版权声明:署名,允许他人基于本文进行创作,且必须基于与原先许可协议相同的许可协议分发本文 (</span><a href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons</a>) </span> </div> <link rel="stylesheet" href="https://csdnimg.cn/release/phoenix/template/css/ck_htmledit_views-3019150162.css"> <div id="content

如何配置 GitHub 为个人的手机图床

只谈情不闲聊 提交于 2021-02-10 08:16:16
PicPlus 是一个 手机端的图床上传工具 ,支持七牛云、阿里云、又拍云等主流图床配置,同时还支持配置 GitHub、码云作为自己的图床,如下所示: 这篇文章主要介绍如何在 PicPlus 中配置 GitHub 为个人图床,更多关于 PicPlus 的介绍,可阅读这篇文章 - PicPlus:Android 手机端的图床利器 | 咕咚 。 准备工作 在配置之前,首先需要一个 GitHub 账号,你可以打开 GitHub 官网 先去完成账号注册。 有账号后,需要创建一个 github 仓库用来存储图片,如果你已经有仓库了,也可以直接复用,不过如果打算长期用 GitHub 做图床,还是建议建一个单独的图片仓库来存储图片,这样更容易管理。 创建仓库 点击 GitHub 页面右上角的加号按钮,可以选择创建仓库,如下图所示: 点击 New Reposity 后,接下来需要填写仓库的基本信息,这里只需要填写仓库的名称即可(记得用英文,比如 MyPic、Picture 之类的),其他的信息默认就好,不用填也不用选,然后直接点击最底下绿色的创建按钮即可。 Note:不要去设置仓库的访问属性,默认公开,不用动,否则上传不了图片。 获取 token 接下来需要为在自己 GitHub 账号下创建一个 token,这个 token 将用来让 app 帮你上传图床,它是软件可以上传图片到 GitHub

BotFramework-Webchat Middleware for renderMarkdown

扶醉桌前 提交于 2021-02-10 06:15:37
问题 I'd like to add renderMarkdown using the React component in the Bot framework. I am able to add through HTML like below and it's working as expected but my requirement is to add the same feature using the react. <!DOCTYPE html> <html> <head> <script src="https://cdn.botframework.com/botframework-webchat/latest/webchat.js"></script> <script src="https://www.acai-hub.com/js/markdown-it.min-8.4.2.js"></script> <style> html, body { height: 100%; } body { margin: 0; } #webchat { height: 100%;

[2019BUAA软工助教]第一次阅读

旧街凉风 提交于 2021-02-09 20:29:27
[2019BUAA软工助教]第一次阅读 - 小结 一、评分规则 总分 16 分,附加 2 分,共 18 分 markdown格式统一且正确 - 2 分 不统一:扣 1 分 不正确:扣 1 分(例如使用代码块进行引用,或是使用代码块作为小结标题) 回复评论 - 1 分 没回:扣 1 分 视回复内容的充实程度和频率可在满分基础上加 1-2 分 “谢谢助教,我会努力的” - 这类回复只能得基础分 1 分,不能加分 阅读并提问 - 8 分 这部分评分较为主观 是否达到数量:2分 5<= :2分 <5 :1分 提问:6分 1.若有 3 题(或以上)满足要求 2.3 中的 2 点(或以上):6分 1-2 题:4分 没有:2分 提问内容是否充实: 有自己的思考/结合了自己的经历/给出了自己的理解 查询了额外的资料、给出了真实具体的事例 资料要有链接,仅口头说“我查询了相关资料”无效 提问是否具体,不是假大空的问题 词汇-时、地、人 - 2 分 有内容:1 分 有详细的内容、引用、扩展:1 分 管理软件与优缺点 - 3 分 有内容:2 分 一眼能看出来从百度或者其他博客上摘录的 有自己的内容例如自己的使用经验、额外的图表等:1 分 视内容充实程度再加 1 分,即 5.2 共得 2 分 附加题冷知识 - 2 分 有则给分 二、得分图表 得分表格 注:点击每列标题可按标题排序 学号 作业 班级