Coder Social home page Coder Social logo

mdxt's Introduction

Hi there ๐Ÿ‘‹ I'm Sol

I'm studying Electrical and Computer Engineering in Seoul National University.

I'm interested in everyting related to Rust. You can read my Rust journey here.

I'm also an enthusiastic Lojbanist. My Lojbanic journey (in Korean) can be found here.

mdxt's People

Contributors

baehyunsol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

mdxt's Issues

Special Characters

Special characters that are missing

  • Multiplication, Division
  • Music notes
  • Arrows
  • alias for โˆž: [[char=inf]]

Math characters and functions

Math characters and functions that are missing.

  • italic{}
  • bold{}
  • underline{}
  • strike{}
    • strikethrough
  • supsub{}
    • not just subsup{}

Performance Optimization Tracker

Todos

Status

How

fn main() {

    for _ in 0..8 {
        let start = std::time::Instant::now();
        render_reference();
        let d = std::time::Instant::now().duration_since(start).as_micros();
        println!("{d}");
    }

}

Without any optimizations (but with --release), (commit 5efa527) it took 217, 3.8, 6.6, 3.8, 4.1, 7.1, 6.3, 3.7 milliseconds. The first run is very slow because it has to initialize lazy_static!s.

Indented Code Blocks

https://github.github.com/gfm/#indented-code-blocks

Test cases to pass

lists

an indentation of the first element of a list must be less than 4

    - a
    a -
    - a

interrupt 

  - a
  a -
  - a

interrupt

    a -
    - a
    a -

interrupt

  a -
  - a
  a -
- a
a -
- a

interrupt

  • a
    a -
  • a

interrupt

a -
- a
a -

interrupt

a -

  • a
    a -

interrupts

a paragraph
    it cannot interrupt a paragraph
a paragraph

interrupt

    blank lines do not interrupt a code block


    blank lines do not interrupt a code block

a paragraph
it cannot interrupt a paragraph
a paragraph

interrupt

blank lines do not interrupt a code block


blank lines do not interrupt a code block

Indentations

      If it has 6 initial whitespaces ,
      2 are included to the code block
  If it has 6 initial whitespaces ,
  2 are included to the code block

IDs and Classes of containers

```rust, id(abcdef), class(xxxyyyzzz)
fn main() {
  println!("Hello World!");
}
```

| table | table | table |
|-------|-------|-------|
|!![[id=abcdef]]        |
| 1     | 2     | 3     |
| 4     | 5     | 6     |

Adds id and class attributes to the result html.

Use less `concat`s

result.push(a); result.push(b); result.push(c); instead of result.push(vec![a, b, c].concat());

Icons

Icons that are missing

  • Apple
  • Banana
  • Beaver
  • Bok-Jumony
  • Bread
  • Bus
  • Cake
  • Dog
  • Fire
  • Flower
  • Goose
  • Gun
  • Sword
  • Toilet
  • Tree

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.