fr0tt / benotes

An open source self hosted notes and bookmarks taking web app.
https://benotes.org
MIT License
718 stars 49 forks source link

Pasting HTML code to view #95

Closed pheonix-devapps closed 10 months ago

pheonix-devapps commented 10 months ago

For example: HTML code link: https://www.upavidhi.com/sutra/ekadhikena-purvena#:~:text=28%20%2B%20165,for%20something%20like%3A

  Steps 28 + 165
1. Equate the digits of both the numbers by prefixing imaginary Zeroes in front, and start counting upwards. In this case,
  0 2 8
+ 1 6 5
--------
2. While summing the digits, place a dot on the previous digit for whichever digit caused the count greater than 10, and continue counting by removing the Ten's place. In this case,
  0 2o8
+ 1 6 5
--------
      3
3. While counting consider the dots in the column as an ekādhika, or +1. In this case,
  0 2o8
+ 1 6 5
--------
  1 9 3, which is the answer!
fr0tt commented 10 months ago

This is currently not possible because HTML code most likely contains elements that aren't supported elements of the editor

pheonix-devapps commented 10 months ago

Okay Thanks

pheonix-devapps commented 10 months ago

Okay Thanks