question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Explanation of ::: block syntax

See original GitHub issue

I saw in the 4.0.x the sample2.md file which has a ::: block example. I’m wondering if this is a borrowed flavor of markdown, and/or what other features it includes? Is there some documentation for it?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
evilzcommented, Sep 13, 2020

Hi @HansUXdev. I started a long time ago a doc here => https://www.evilznet.com/vscode-reveal/ It 's on this repository in gh-pages branch.

Help will be so great cause I do not have enough time (baby 👶). But it can motivate me again !

@fuhrmanator ::: block is used to create div. So with some css you can split slide or even make grid.

0reactions
evilzcommented, Sep 14, 2020

I Saw 😉 IS HTML for baby a good Book ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fucking Block Syntax
How Do I Declare A Block in Objective-C? As a local variable: returnType (^blockName)(parameterTypes) = ^returnType(parameters) {...}; As a property:.
Read more >
Working with Blocks - Apple Developer
Basic Syntax · Properties Control Access to an Object's Values · Property Attributes Indicate Data Accessibility and Storage Considerations.
Read more >
Block syntax | Metanorma
Information that forms a logical segment, such as a paragraph or a list, is called a block. Most blocks start and end with...
Read more >
4.5: Block Syntax - Engineering LibreTexts
A block is essentially an anonymous function with a definition context. A block is executed by sending it the message value .
Read more >
block - JavaScript - MDN Web Docs
A block statement is used to group zero or more statements. The block is delimited by a pair of braces ("curly brackets") and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found