Markdown

Markdown unnumbered section but needs anchor

£可爱£侵袭症+ 提交于 2021-02-20 18:59:40
问题 I am working with a Markdown document where I would like to have some sections not be numbered. But I also want to create anchors for these sections. Here is an example: # Appendix A: Methodology {-} {#methodology} I want to have Appendix A not be numbered but I still want to link to it using the anchor. Ideally, the solution would work for both LaTeX PDF and HTML. I have figured out how to turn off the numbered section thing for LaTeX but it's not working for HTML. 回答1: If you want to

How to query text-nodes from DOM, find markdown-patterns, replace matches with HTML-markup and replace the original text-node with the new content?

百般思念 提交于 2021-02-19 09:22:12
问题 Markdown-like functionality for tooltips Problem: Using Vanilla JavaScript I want to: Change this: <div> <p> Hello [world]{big round planet we live on}, how is it [going]{verb that means walking}? </p> <p> It is [fine]{a word that expresses gratitude}. </p> </div> To this: <div> <p> Hello <mark data-toggle="tooltip" data-placement="top" title="big round planet we live on">world</mark>, how is it <mark data-toggle="tooltip" data-placement="top" title="verb means walking">world</mark>? </p> <p>

Activiti7工作流+SpringBoot

不打扰是莪最后的温柔 提交于 2021-02-18 19:17:45
<div id="cnblogs_post_body" class="blogpost-body cnblogs-markdown"><div id="content_views" class="markdown_views prism-atom-one-dark"> <!-- flowchart 箭头图标 勿删 --> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <path stroke-linecap="round" d="M5,0 0,2.5 5,5z" id="raphael-marker-block" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);"></path> </svg> <p></p><div class="toc"><h3><a name="t0"></a>文章目录</h3><ul><ul><li><a href="#_Activiti_1" rel="nofollow" target="_self">一. Activiti相关概念</a></li><ul><li><a href="#1_Activiti_2" rel="nofollow" target="_self">1. Activiti介绍</a></li>

R Markdown - Hyperlink outside Rmd file

一曲冷凌霜 提交于 2021-02-18 18:56:52
问题 I am wondering how we can define a hyperlink for R markdown outside Rmd file. Defining a hyperlink inside Rmd file is as easy as typing [hyperlink lable](actual link); but, if on the Rmd file, I am calling some other r-file (e.g., a function) that generates an address to a file, is there a way to transfer this information back to Rmd file to generate a hyperlink there? Please see example below for more clarification: Inside Rmd file: myFun( with some input) Inside myFun: myFun <- function(

Cite author only in RMarkdown / add possessive 's to in-text citation

蹲街弑〆低调 提交于 2021-02-18 17:15:13
问题 I'd like to cite an author in RMarkdown adding a possessive 's to his name. However, I cannot find a way to cite the author without the year of publication or to directly add a possessive 's . It should look like this: In Fenner's (2012) book ... Minimal Working Example (for a R Notebook): --- title: "R Notebook" output: html_notebook references: - id: fenner2012a title: One-click science marketing author: - family: Fenner given: Martin container-title: Nature Materials volume: 11 URL: 'http:

vscode之常用快捷键

独自空忆成欢 提交于 2021-02-18 13:42:43
原文章地址: vscode: Visual Studio Code 常用快捷键 官方快捷键说明: Key Bindings for Visual Studio Code 主命令框 F1 或 Ctrl+Shift+P : 打开命令面板。在打开的输入框内,可以输入任何命令,例如: 按一下 Backspace 会进入到 Ctrl+P 模式 在 Ctrl+P 下输入 > 可以进入 Ctrl+Shift+P 模式 在 Ctrl+P 窗口下还可以: 直接输入文件名,跳转到文件 ? 列出当前可执行的动作 ! 显示 Errors 或 Warnings ,也可以 Ctrl+Shift+M : 跳转到行数,也可以 Ctrl+G 直接进入 @ 跳转到 symbol (搜索变量或者函数),也可以 Ctrl+Shift+O 直接进入 @ 根据分类跳转 symbol ,查找属性或函数,也可以 Ctrl+Shift+O 后输入:进入 # 根据名字查找 symbol ,也可以 Ctrl+T 常用快捷键 编辑器与窗口管理 打开一个新窗口: Ctrl+Shift+N 关闭窗口: Ctrl+Shift+W 同时打开多个编辑器(查看多个文件) 新建文件 Ctrl+N 文件之间切换 Ctrl+Tab 切出一个新的编辑器(最多 3 个) Ctrl+\ ,也可以按住 Ctrl 鼠标点击 Explorer 里的文件名 左中右 3

How to tokenize markdown using Node.js?

ⅰ亾dé卋堺 提交于 2021-02-18 10:43:12
问题 Im building an iOS app that have a view that is going to have its source from markdown. My idea is to be able to parse markdown stored in MongoDB into a JSON-object that looks something like: { "h1": "This is the heading", "p" : "Heres the first paragraph", "link": { "text": "Text for link", "url": "http://exampledomain.com", } } On the server I am running Node.js, and was looking at the module marked which seem to be the most popular one out there. It gives me access to the Lexer, which is

跳转引用、禅模式...VS Code 中 11 个快捷键/操作,让你的效率与舒适度翻倍!

时光怂恿深爱的人放手 提交于 2021-02-18 08:32:07
在本文之前,我们已经连续在两篇文章中讨论了 VS Code 中的快捷键: 你真的会用 VS Code 的 Ctrl、Shift和Alt吗?高效易用的快捷键:多光标、跳转引用等轻松搞定 VS Code 中的 Vim 操作 | 无需修改 VSC 默认快捷键 | 常用组合与逻辑 本文我们继续讨论 VS Code 中的快捷键。实际上,相比前两篇文章,本文更加注重介绍“操作”,快捷键不是重点,重点是功能的探索与应用。 F12 跳转引用 如上图: F12 跳转到变量、函数、类的定义处 Shift + F12 跳转到其引用处;多个引用时,可以选择具体哪个 reference 使用 F12 也可以跳转到环境库的源码中,如下图,我跳转到了库 gym (使用 conda 安装到 lib)的 core.py 。 查找与替换 使用 Ctrl + F 可以进行查找;使用 Ctrl + H 则弹出替换窗口。如上,我将 foo 替换为 foobar ,使用 Alt + R 支持正则语法。 Ctrl + Shift + P Ctrl + Shift + P 恐怕是各个编辑器、调试器中最常用的操作了:弹出命令窗口,然后我们输入相关命令的名称,回车则执行该命令。 如上图,我使用 Ctrl + Shift + P ,执行 View: Split Editor Right 命令,接着,使用 Ctrl + P

Typora设置图床PicGo,以实现图片自动上传

谁说我不能喝 提交于 2021-02-17 23:06:23
目录 1 问题描述 2 解决方法 2.1 配置Typora 2.2 配置GitHub 2.3 配置PicGo 3 测试 4 可能出现的问题 1 问题描述 Typora是一款非常好用的markdown编辑器,所见即所得,非常适用于写.md文档。 但是在Typora中插入图片与在Word中插入图片不同 。在Word中插入图片时,图片是直接保存在.docx文件中的;而在Typora中插入图片时, 图片和.md文件是分开存储的 。所以造成一个问题是:在一台电脑上编辑好了.md文件(含图片),如果直接发送到另一台电脑,打开文件后, 图片是看不了的 ,因为.md文件和本机上都没有图片。要想正常显示图片,必须在发送.md文件的同时,把图片也打包发了,这非常不方便。所以需要使用 图床工具PicGo (v0.9.84及更新版本开始支持:support upload images via PicGo and custom commands),自动将图片上传到服务器,当另一台电脑打开上述文件时,通过网络可以访问服务器中图片,就可以做到正常显示图片了。所以一个非常重要的前提是,查看.md文件的设备 需要连接网络 ,才可以正常显示图片。 2 解决方法 2.1 配置Typora 文件 —> 偏好设置 —> 图像,再按照下面截图配置: 2.2 配置GitHub 在GitHub建立公共图床,仓库属性设置为

How to configure 'less' to show formatted markdown files?

試著忘記壹切 提交于 2021-02-17 21:38:44
问题 I would like to have less display *.md markdown files with some formatting -- like I know less can, for manpages, etc. I am running Ubuntu 12.04. I am as far as putting a user defined filter into .lessfilter : #!/bin/sh case "$1" in *.md) fn=/tmp/$1.$$.html markdown "$1" | html2txt > $fn ### LOSES FORMATTING cat $fn ### TO STDOUT??? ;; *) # We don't handle this format exit 1 esac # No further processing by lesspipe necessary exit 0 So, the main questions are: How can I pass some basic