Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 592 Bytes

File metadata and controls

21 lines (15 loc) · 592 Bytes

Code Title

Inkdrop Plugin Version Inkdrop Plugin Downloads

Add a title to a fenced code block

code-title sample

Usage & Example

Enter the language tag of the Fenced code block followed by a colon (":") and the title. If only a colon is entered and no title is specified, the language will be displayed as the title.

```js:this is title
function hello() {
  console.log('Hello world')
}
```