Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

markdown checker #226

Draft
wants to merge 36 commits into
base: main
Choose a base branch
from
Draft

Commits on Jul 1, 2019

  1. added source code reader

    added parser
    
    detected all tables into the MD file
    
    collected all link definitions
    
    started to add tests
    ozer.yilmaztekin committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    e3d07a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. moved package into the tools folder

    removed husky
    ozer.yilmaztekin committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    527c524 View commit details
    Browse the repository at this point in the history
  2. downgraded version from 1 to 0

    changed pacakge publication to private
    ozer.yilmaztekin committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    5cf1533 View commit details
    Browse the repository at this point in the history
  3. Update tablerow object dot notation

    Co-Authored-By: Jordan Harband <[email protected]>
    oyilmaztekin and ljharb committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    1f6afca View commit details
    Browse the repository at this point in the history
  4. update private property

    Co-Authored-By: Jordan Harband <[email protected]>
    oyilmaztekin and ljharb committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    de265d5 View commit details
    Browse the repository at this point in the history
  5. Update Object dot notation

    Co-Authored-By: Jordan Harband <[email protected]>
    oyilmaztekin and ljharb committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    cde54af View commit details
    Browse the repository at this point in the history
  6. Update test description

    Co-Authored-By: Jordan Harband <[email protected]>
    oyilmaztekin and ljharb committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    b01b4a5 View commit details
    Browse the repository at this point in the history
  7. Update test description

    Co-Authored-By: Jordan Harband <[email protected]>
    oyilmaztekin and ljharb committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    ade9c4c View commit details
    Browse the repository at this point in the history
  8. Update dot notation in test

    Co-Authored-By: Jordan Harband <[email protected]>
    oyilmaztekin and ljharb committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    5204588 View commit details
    Browse the repository at this point in the history
  9. Update dot notation

    Co-Authored-By: Jordan Harband <[email protected]>
    oyilmaztekin and ljharb committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    346b29a View commit details
    Browse the repository at this point in the history
  10. Update destructuring assignment

    Co-Authored-By: Jordan Harband <[email protected]>
    oyilmaztekin and ljharb committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    2545fe6 View commit details
    Browse the repository at this point in the history
  11. reduced analyzeTable function

    added missing newlines
    ozer.yilmaztekin committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    853044f View commit details
    Browse the repository at this point in the history
  12. Merge branch 'ozer-check-markdown' of https://github.com/oyilmaztekin…

    …/proposals into ozer-check-markdown
    ozer.yilmaztekin committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    421e31d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. eslint integration

    Oguz Kilic committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    a78ac0b View commit details
    Browse the repository at this point in the history
  2. added new line

    Oguz Kilic committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    0601099 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from oguzzkilic/patch-1

    eslint integration
    oyilmaztekin committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    4c96e44 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2019

  1. Configuration menu
    Copy the full SHA
    a9710f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    0df11c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5325939 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. added detectTables test

    oyilmaztekin committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    2f5a10b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. added tables Represantation mock

    refactored index.js
    splitted some utils functions
    oyilmaztekin committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    d068b15 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. fixed grammar

    oyilmaztekin committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    1d15acb View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Merge branch 'master' into ozer-check-markdown

    Özer Yılmaztekin committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    8ba807c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. adds handler for table head

    adds some refactoring
    Özer Yılmaztekin committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    f19f819 View commit details
    Browse the repository at this point in the history
  2. removes unused function

    oyilmaztekin committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    829789a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. adds cell handler

    oyilmaztekin committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    cf70ee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7cce4d View commit details
    Browse the repository at this point in the history
  3. makes refactoring on handleTables function

    removes .idea folder
    oyilmaztekin committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    84d8c3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a433ba View commit details
    Browse the repository at this point in the history
  5. adds doc into index.js

    oyilmaztekin committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    142a78b View commit details
    Browse the repository at this point in the history
  6. ignores editor files

    oyilmaztekin committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    215ea12 View commit details
    Browse the repository at this point in the history
  7. removes extra spaces

    oyilmaztekin committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    a14e799 View commit details
    Browse the repository at this point in the history
  8. removes extra spaces

    oyilmaztekin committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    43683bc View commit details
    Browse the repository at this point in the history
  9. removes .gitignore

    oyilmaztekin committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    812d0ca View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. creates final JSON for stage1

    removes html from table heads
    oyilmaztekin committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    e591bdd View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. adds some refactoring

    oyilmaztekin committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    6a347ee View commit details
    Browse the repository at this point in the history