Giter Site home page Giter Site logo

Comments (5)

rgaiacs avatar rgaiacs commented on August 14, 2024

There are some --- used in the text at some places and, I believe, that should represent a —. Is that correct?

Yes. This is the behavior of kramdown that we previously use

$ kramdown <<EOF
foo --- bar
EOF
<p>foo — bar</p>

If so, should we use some "Markdown flavor/plugin" to take care of that?

We just need to enable it on Pandoc:

$ pandoc <<EOF
foo --- bar
EOF
<p>foo --- bar</p>
$ pandoc -S <<EOF
foo --- bar
EOF
<p>foo — bar</p>
$ pandoc -S --ascii <<EOF
foo --- bar
EOF
<p>foo &#8212; bar</p>

Or should we fix it using the HTML syntax (—)?

I just enable it on the template, check swcarpentry/DEPRECATED-lesson-template@3ae50df.

from shell-novice.

ocefpaf avatar ocefpaf commented on August 14, 2024

Now the question is: How to keep the lessons in sync with the template?

from shell-novice.

wking avatar wking commented on August 14, 2024

On Mon, Apr 20, 2015 at 12:03:36PM -0700, Filipe wrote:

Now the question is: How to keep the lessons in sync with the template?

Either the lesson maintainers can pull, or @gvwilson can push. See
discussion in #92.

from shell-novice.

rgaiacs avatar rgaiacs commented on August 14, 2024

Now the question is: How to keep the lessons in sync with the template?

We don't plan to change the template very often.
Last weekend a send a few pull requests just change minor things.
After some pull request be merged we notify lessons maintainers to update the files from the template.

from shell-novice.

ChristinaLK avatar ChristinaLK commented on August 14, 2024

We'll plan to update before the next html generation.

from shell-novice.

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.