Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

308
Views
Markdown Structure Analyser in Javascript/Typescript

I found a lot of Markdown Parsers that convert a markdown String into HTML.

However what I want is to analyse the contents syntactically and semantically. In Java for JSON String Analysis there is JSONObject. I'm looking for something like this for Typescript to analyse Markdown Files.

Example Usage

const markdownString = `
# Heading 1
Text
## Heading 2
More Text
`

const markdownObject = new MarkdownObject(markdownString);
// heading2= 'Heading 2'
const heading2 = markdownObject.getSection('Heading 1').getSection('Heading 2').getTitle();
// text= 'MoreText'
const text = markdownObject.getSection('Heading 1').getSection('Heading 2').getTextContent(); 
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!