GithubHelp home page GithubHelp logo

Translate <<x>> to «‍x» about ecmarkdown HOT 9 OPEN

tc39 avatar tc39 commented on September 27, 2024 1
Translate <> to «‍x»

from ecmarkdown.

Comments (9)

bterlson avatar bterlson commented on September 27, 2024

The issue with angle brackets is that they're element-like. <<x>> will probably be parsed as &lt;<x>&gt;</x> by the browser. It would be annoying to type &lt;&lt;x&gt;&gt; for sure, but it would also suck to have to use completely different characters to appease the HTML gods.

We use fancy characters in some places (like <=, >=, etc.) so I wonder if we can get away with just requiring people to paste in the proper character...

from ecmarkdown.

domenic avatar domenic commented on September 27, 2024

I'd be ok with e.g. {{x, y}}. Keyboard-friendly ASCII-authoring seems important.

It kind of sucks that we can't have EMD convert >= to ≥ for you either, hmm.

from ecmarkdown.

bterlson avatar bterlson commented on September 27, 2024

I am not familiar with the relevant algoriths but a > with a space before it and a < with a non-letter character after it seem to be auto-escaped? Perhaps emd can use similar heuristics to know what unescaped < and > characters belong to tags and which don't?

from ecmarkdown.

domenic avatar domenic commented on September 27, 2024

Upon re-visiting this it seems completely fine to me to translate <<x>> EMD source into «‍x» output. We would of course not translate <x> or similar, but two opening <<s with some >>s within the same segment seems like a fine translation.

from ecmarkdown.

bterlson avatar bterlson commented on September 27, 2024

The problem with this is that if the document is first passed through an HTML parser (which is the case for an emu document), <<x>> will be hard to handle since <x> will be parsed as a tag and the whole string possibly even normalized to <<x>></x> per HTML parsing rules.

If we require a space around the list name, eg: << x >>, it could work...

from ecmarkdown.

domenic avatar domenic commented on September 27, 2024

Oh, right... that makes sense. I mean, you could imagine a world where EMD is the outer layer before you get to a HTML parser, but that's a whole can of worms.

OK, reverting to {{ x }} probably. And deprioritizing.

from ecmarkdown.

bterlson avatar bterlson commented on September 27, 2024

is << x >> not better than the curlies?

from ecmarkdown.

domenic avatar domenic commented on September 27, 2024

Whitespace sensitivity always feels meh... Maybe it's fine though? Maybe something to ask the userbase about after getting a bit more experience.

from ecmarkdown.

bterlson avatar bterlson commented on September 27, 2024

MD is already whitespace sensitive in a few places (lists, eg.) and EMD in at least one more place (inside _), so I say it's fine. But I think this is basically super low pri compared to most of the other work items so lets wait on some more experience.

from ecmarkdown.

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.