Automatic Links

Markdown supports a shortcut style for creating “automatic” links for URLs and email addresses: simply surround the URL or email address with angle brackets. What this means is that if you want to show the actual text of a URL or email address, and also have it be a clickable link, you can do this:

http://example.com/

Markdown will turn this into:

http://example.com/

Automatic links for email addresses work similarly, except that Markdown will also perform a bit of randomized decimal and hex entity-encoding to help obscure your address from address-harvesting spambots. For example, Markdown will turn this:

address@example.com

into something like this:

address@exa
mple.com

which will render in a browser as a clickable link to “address@example.com”.

(This sort of entity-encoding trick will indeed fool many, if not most, address-harvesting bots, but it definitely won’t fool all of them. It’s better than nothing, but an address published in this way will probably eventually start receiving spam.)
Backslash Escapes

Markdown allows you to use backslash escapes to generate literal characters which would otherwise have special meaning in Markdown’s formatting syntax. For example, if you wanted to surround a word with literal asterisks (instead of an HTML tag), you can use backslashes before the asterisks, like this:

*literal asterisks*

Markdown provides backslash escapes for the following characters:

\ backslash
` backtick

  • asterisk
    _ underscore
    {} curly braces
    [] square brackets
    () parentheses

hash mark

  • plus sign
  • minus sign (hyphen)
    . dot
    ! exclamation mark

Miscellaneous相关推荐

  1. MinkowskiEngine Miscellaneous Classes杂类

    Miscellaneous Classes杂类 内核生成器 class MinkowskiEngine.KernelGenerator(kernel_size = -1,stride = 1,dila ...

  2. Sass函数-Miscellaneous函数(三元条件函数)

    在这里把 Miscellaneous 函数称为三元条件函数,主要因为他和 JavaScript 中的三元判断非常的相似.他有两个值,当条件成立返回一种值,当条件不成立时返回另一种值: if($cond ...

  3. VS2017 出现Miscellaneous Files

    背景:VS2017  Win10 C#代码 今天在VS上编写代码,编译出错了,双击错误跳到错误文件,但是却发现跳不过去 手动搜出这个文件,是我前几天刚新建的一个文件,发现这文件下面显示的不是所属项目, ...

  4. Miscellaneous Errors

     Miscellaneous Errors "nvcc fatal   : Value 'sm_52′ is not defined for option 'gpu-architectu ...

  5. 多租户Lesson 09. Miscellaneous

    多租户Lesson 09. Miscellaneous 1. 请说明PDB中统一审计的配置与使用. 9-16 9-17 2. 在PDB级别如何配置使用TDE? 9-23 3. 在使用数据泵时,对于系统 ...

  6. Linux Miscellaneous Device

    参考原文:http://www.tldp.org/HOWTO/text/Module-HOWTO 15.7. Miscellaneous Device Driver15.7.1. misc: devi ...

  7. 算法习题集 - Miscellaneous

    index > Problem Sets > Miscellaneous Problem Topics By -Morass-

  8. ACL21 - Learning from Miscellaneous Other-Class Words for Few-shot Named Entity Recognition

    Tong M, Wang S, Xu B, et al. Learning from Miscellaneous Other-Class Words for Few-shot Named Entity ...

  9. Miscellaneous Character Drivers

    Sometimes people need to write "small" device drivers, to support custom hacks-either hard ...

  10. 【miscellaneous】关于gst ffmpeg插件的安装心得

    1 一直通过软件源不能将ffmpeg插件进行安装 2 下载源码编译一直失败 说是需要依赖bad插件 3 bad插件安装不上在ubuntu下 解决办法: 应该直接查找ffmpeg插件的安装办法,不是只有 ...

最新文章

  1. Vue---自定义组件
  2. 2017-9-11-颜色空间
  3. .net 开发人员当前必须掌握的技术
  4. PaddleHub 1.0正式发布: 一键模型加载,十行代码完成迁移学习
  5. 值“MT_StaticRelease”不匹配值“MD_DynamicRelease”
  6. Event Aggregator
  7. Atcoder Beginner Contest 124 解题报告
  8. java socket 远程调用_SpringBoot使用Netty实现远程调用的示例
  9. IQ测试(jzoj 5048)
  10. java.util.concurrent.locks.Condition文档说明
  11. 飞鸽传书确保服务数据的安全可靠
  12. odis工程师一键导入导出匹配数据信息功能_机械重复做了这么久,才发现竟然可以批量用户导入导出...
  13. 字符串反转python 测试_Python中的反转字符串问题
  14. cad2010多个文件并排显示_CAD2010如何设置 使一个窗口打开多个文件,并排显示(和360浏览器类似的并排缩略)?...
  15. gbase导入sql文件_GBase数据库——常用命令
  16. java计算机毕业设计基于web旅游网站的设计与实现源码+数据库+系统+lw文档+mybatis+运行部署
  17. 【个人学习文章收集】
  18. windows虚拟机dhcp服务器,无法访问虚拟机中的DHCP服务器
  19. fastAPI简单使用
  20. 答题卡识别任务--opencv python(附代码)

热门文章

  1. 基于html的网页设计毕业论文,个人主页设计(网页设计毕业论文)
  2. 【CF #777 div2】A-C
  3. 织梦教程:ms在channel标签中调用typeid无效解决办法
  4. Linux01---Linux常用命令
  5. 李航第二章课后习题答案
  6. D3D游戏编程系列(二):自己动手编写即时战略游戏之地图编辑器的制作
  7. OpenMP 教程(一) 深入剖析 OpenMP reduction 子句
  8. Android Connectivity分析(1)- ConnectivityManager
  9. Windows11输入法第一个候选词不显示。
  10. 如何用Excel做一个战斗模拟器(三)战斗过程模拟