Coder Social home page Coder Social logo

Comments (4)

mbostock avatar mbostock commented on August 16, 2024 1

They’re not currently called out, but I believe all we need to support is:

  • echo - whether to echo the code into the page with nice syntax highlighting; defaults to false if evaluate is true, and true if evaluate is false
  • evaluate - whether to run the code; defaults to true
  • display - whether to implicitly display the value for expression fenced code blocks, and/or whether to suppress the output from calls to display

The names above aren’t finalized, but I think that’s all the functionality we need. (Plus the ability to control at the page level via front matter but that is tracked separately.)

from framework.

mbostock avatar mbostock commented on August 16, 2024

Another option would be markdown-it-container, which might look like this:

:::js
1 + 2
:::

from framework.

mootari avatar mootari commented on August 16, 2024

Curly braces seem like the safest choice to me, not only because they follow Quarto's style but also because code blocks would still display as code (albeit without the correct highlighting) when viewing the Markdown files directly.

from framework.

cinxmo avatar cinxmo commented on August 16, 2024

Does this ticket include which options we will support for Milestone 1: Internal Release?

from framework.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.