Code Monkey home page Code Monkey logo

vscode-marky-dynamic's Introduction

animated image showing a typewriter typing out the following message: leave your mark on the world and dont be afraid to color outside of the lines. The word outside goes outside of the piece of paper

Latest articles ๐Ÿ—ž๏ธ

You can subscribe to my RSS Feed.

Support my work

Did I make something that helped you?

You can consider supporting my work. You can buy me a coffee, or make a regular donation. ๐ŸŒˆ๐Ÿช™

Thanks! ๐Ÿ™

vscode-marky-dynamic's People

Contributors

jerksen avatar robole avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

jerksen

vscode-marky-dynamic's Issues

SubSection Numbering isn't restarted

Hey Love the extension by the way! The issue I found is that the subsection numbering is not reset at any point. To reproduce, create a markdown document with the following structure and use the extension to add section numbering:

# Title
## Section 1
### Section 1.1
## Section 2
### Section 2.1

you will get the following out:

# Title
## 1. Section 1
### 1.1 Section 1.1
## 2. Section 2
### 2.2 Section 2.1

The problem being in ### 2.2 Section 2.1

I've never done js or vscode extension dev and won't be able to try and figure it out until the weekend.

I think there needs need some logic around

sectionCount[level - 1] += 1;
to detect a transition to a higher level and reset all sub-section numbers back to 0.

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.